Overload List

  NameDescription
Log(ILogger, Exception)
Logs an error event to the default Logger.
Log(ILogger, String)
Logs an information event to the wrapped Logger.
Log(ILogger, LoggingEventType, String)
Logs an event to the wrapped Logger.
Log(ILogger, Exception, MethodBase)
Logs an error event to the wrapped Logger.
Log(ILogger, String, Exception)
Logs an error event to the wrapped Logger.
Log(ILogger, String, MethodBase)
Logs an information event to the wrapped Logger.
Log(ILogger, LoggingEventType, String, MethodBase)
Logs an event to the wrapped Logger.
Log(ILogger, LoggingEventType, String, String)
Logs an event to the wrapped Logger.
Log(ILogger, String, Exception, MethodBase)
Logs an error event to the wrapped Logger.
Log(ILogger, String, Exception, String)
Logs an error event to the wrapped Logger.
Log(ILogger, LoggingEventType, String, Exception, MethodBase)
Logs an event to the wrapped Logger.
Log(ILogger, LoggingEventType, String, Exception, String)
Logs an error event to the wrapped Logger.

See Also