ILogger Interface |
Namespace: AskiaPortalCmn
The ILogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | Debug(IContext, String, NullableInt32) |
Write in the debug log.
|
![]() | Debug(IContext, String, IEnumerableString, NullableInt32, NullableInt32) | Obsolete.
Writes the log of the level = "debug" (an information containing more technical details and ususally about events that have finished with success)
|
![]() | Error(IContext, Exception, NullableInt32) |
Write error in log.
|
![]() | Error(IContext, String, NullableInt32) |
Write error in log.
|
![]() | Error(IContext, Exception, IEnumerableString, NullableInt32, NullableInt32) | Obsolete.
Writes the log of the level = "error" (action that has not been executed and the error was returned)
|
![]() | Error(IContext, String, IEnumerableString, NullableInt32, NullableInt32) | Obsolete.
Writes the log of the level = "error" (action that has not been executed and the error was returned)
|
![]() | Fatal(IContext, Exception, NullableInt32) |
Write fatal error in log.
|
![]() | Fatal(IContext, String, NullableInt32) |
Write fatal error in log.
|
![]() | Fatal(IContext, Exception, IEnumerableString, NullableInt32, NullableInt32) | Obsolete.
Writes the log of the level = "fatal error" (event which blocks the system functioning)
|
![]() | Fatal(IContext, String, IEnumerableString, NullableInt32, NullableInt32) | Obsolete.
Writes the log of the level = "fatal error" (event which blocks the system functioning)
|
![]() | Info |
Write information in log.
|
![]() | Log(IContext, Exception, IEnumerableString, NullableInt32, NullableInt32) | Obsolete.
Writes the log of the level = "log" (usually an information of the events that are started to happen)
|
![]() | Log(IContext, String, IEnumerableString, NullableInt32, NullableInt32) | Obsolete.
Writes the log of the level = "log" (usually an information of the events that are started to happen)
|
![]() | Warn(IContext, Exception, NullableInt32) |
Write warning in log.
|
![]() | Warn(IContext, String, NullableInt32) |
Write warning in log.
|
![]() | Warn(IContext, Exception, IEnumerableString, NullableInt32, NullableInt32) | Obsolete.
Writes the log of the level = "warning" (not especially an error, but something that requires your attention)
|
![]() | Warn(IContext, String, IEnumerableString, NullableInt32, NullableInt32) | Obsolete.
Writes the log of the level = "warning" (not especially an error, but something that requires your attention)
|