Click or drag to resize

ILoggerFatal Method

Overload List
  NameDescription
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)
Top
See Also