Click or drag to resize

ILoggerWarn Method

Overload List
  NameDescription
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