Click or drag to resize

ILogger Methods

The ILogger type exposes the following members.

Methods
  NameDescription
Public methodDebug(IContext, String, NullableInt32)
Write in the debug log.
Public methodDebug(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)
Public methodError(IContext, Exception, NullableInt32)
Write error in log.
Public methodError(IContext, String, NullableInt32)
Write error in log.
Public methodError(IContext, Exception, IEnumerableString, NullableInt32, NullableInt32) Obsolete.
Writes the log of the level = "error" (action that has not been executed and the error was returned)
Public methodError(IContext, String, IEnumerableString, NullableInt32, NullableInt32) Obsolete.
Writes the log of the level = "error" (action that has not been executed and the error was returned)
Public methodFatal(IContext, Exception, NullableInt32)
Write fatal error in log.
Public methodFatal(IContext, String, NullableInt32)
Write fatal error in log.
Public methodFatal(IContext, Exception, IEnumerableString, NullableInt32, NullableInt32) Obsolete.
Writes the log of the level = "fatal error" (event which blocks the system functioning)
Public methodFatal(IContext, String, IEnumerableString, NullableInt32, NullableInt32) Obsolete.
Writes the log of the level = "fatal error" (event which blocks the system functioning)
Public methodInfo
Write information in log.
Public methodLog(IContext, Exception, IEnumerableString, NullableInt32, NullableInt32) Obsolete.
Writes the log of the level = "log" (usually an information of the events that are started to happen)
Public methodLog(IContext, String, IEnumerableString, NullableInt32, NullableInt32) Obsolete.
Writes the log of the level = "log" (usually an information of the events that are started to happen)
Public methodWarn(IContext, Exception, NullableInt32)
Write warning in log.
Public methodWarn(IContext, String, NullableInt32)
Write warning in log.
Public methodWarn(IContext, Exception, IEnumerableString, NullableInt32, NullableInt32) Obsolete.
Writes the log of the level = "warning" (not especially an error, but something that requires your attention)
Public methodWarn(IContext, String, IEnumerableString, NullableInt32, NullableInt32) Obsolete.
Writes the log of the level = "warning" (not especially an error, but something that requires your attention)
Top
See Also