Click or drag to resize

ILoggerError Method

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