The following tables list the members exposed by ILog.
Name | Description | |
---|---|---|
![]() | IsDebugEnabled | Gets a value indicating whether this instance is debug enabled. |
![]() | IsErrorEnabled | Gets a value indicating whether this instance is error enabled. |
![]() | IsFatalEnabled | Gets a value indicating whether this instance is fatal enabled. |
![]() | IsInfoEnabled | Gets a value indicating whether this instance is information enabled. |
![]() | IsWarnEnabled | Gets a value indicating whether this instance is warn enabled. |
Name | Description | |
---|---|---|
![]() | Debug | Overloaded. Debugs the specified message. |
![]() | DebugData | Debug the specified message and attach data file. |
![]() | DebugFormat | Debugs the format. |
![]() | Error | Overloaded. Errors the specified message. |
![]() | ErrorFormat | Errors the format. |
![]() | Fatal | Overloaded. Fatals the specified message. |
![]() | FatalFormat | Fatals the format. |
![]() | Info | Overloaded. Informations the specified message. |
![]() | InfoFormat | Informations the format. |
![]() | Warn | Overloaded. Warns the specified message. |
![]() | WarnFormat | Warns the format. |