Virtual PhotonicsThe NLogLogger type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NLogLogger |
Initializes a new instance of the NLogLogger class.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateChildLogger |
Creates a child logger with the specied name.
|
![]() | Debug(Func String ) |
Logs a debug message.
|
![]() | Debug(String) |
Logs a debug message.
|
![]() | Debug(String, Exception) |
Logs a debug message.
|
![]() | DebugFormat(String, Object ) |
Logs a debug message.
|
![]() | DebugFormat(Exception, String, Object ) |
Logs a debug message.
|
![]() | DebugFormat(IFormatProvider, String, Object ) |
Logs a debug message.
|
![]() | DebugFormat(Exception, IFormatProvider, String, Object ) |
Logs a debug message.
|
![]() | ![]() | (Inherited from ![]() |
![]() | Error(Func String ) |
Logs an error message.
|
![]() | Error(String) |
Logs an error message.
|
![]() | Error(String, Exception) |
Logs an error message.
|
![]() | ErrorFormat(String, Object ) |
Logs an error message.
|
![]() | ErrorFormat(Exception, String, Object ) |
Logs an error message.
|
![]() | ErrorFormat(IFormatProvider, String, Object ) |
Logs an error message.
|
![]() | ErrorFormat(Exception, IFormatProvider, String, Object ) |
Logs an error message.
|
![]() | Fatal(Func String ) |
Logs a fatal message.
|
![]() | Fatal(String) |
Logs a fatal message.
|
![]() | Fatal(String, Exception) |
Logs a fatal message.
|
![]() | FatalFormat(String, Object ) |
Logs a fatal message.
|
![]() | FatalFormat(Exception, String, Object ) |
Logs a fatal message.
|
![]() | FatalFormat(IFormatProvider, String, Object ) |
Logs a fatal message.
|
![]() | FatalFormat(Exception, IFormatProvider, String, Object ) |
Logs a fatal message.
|
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | Info(Func String ) |
Logs a info message.
|
![]() | Info(String) |
Logs an info message.
|
![]() | Info(String, Exception) |
Logs an info message.
|
![]() | InfoFormat(String, Object ) |
Logs an info message.
|
![]() | InfoFormat(Exception, String, Object ) |
Logs an info message.
|
![]() | InfoFormat(IFormatProvider, String, Object ) |
Logs an info message.
|
![]() | InfoFormat(Exception, IFormatProvider, String, Object ) |
Logs an info message.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToString |
Returns a (Overrides ![]() ![]() |
![]() | Warn(Func String ) |
Logs a warn message.
|
![]() | Warn(String) |
Logs a warn message.
|
![]() | Warn(String, Exception) |
Logs a warn message.
|
![]() | WarnFormat(String, Object ) |
Logs a warn message.
|
![]() | WarnFormat(Exception, String, Object ) |
Logs a warn message.
|
![]() | WarnFormat(IFormatProvider, String, Object ) |
Logs a warn message.
|
![]() | WarnFormat(Exception, IFormatProvider, String, Object ) |
Logs a warn message.
|
Properties
Name | Description | |
---|---|---|
![]() | Factory |
Gets or sets the factory.
|
![]() | IsDebugEnabled |
Determines if messages of priority "debug" will be logged.
|
![]() | IsErrorEnabled |
Determines if messages of priority "error" will be logged.
|
![]() | IsFatalEnabled |
Determines if messages of priority "fatal" will be logged.
|
![]() | IsInfoEnabled |
Determines if messages of priority "info" will be logged.
|
![]() | IsWarnEnabled |
Determines if messages of priority "warn" will be logged.
|
![]() | Logger |
Gets or sets the logger.
|
See Also