[Missing <summary> documentation for "T:Rock.Logging.LoggerExtensions"]
Inheritance Hierarchy
Namespace: Rock.LoggingAssembly: Rock.Logging (in Rock.Logging.dll) Version: 0.9.2
Syntaxpublic static class LoggerExtensions
<ExtensionAttribute>
Public NotInheritable Class LoggerExtensions
[ExtensionAttribute]
public ref class LoggerExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type LoggerExtensions = class end
The LoggerExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | AsAsync | |
  | AsSync | |
  | Audit(ILogger, ILogEntry, String, String, Int32) |
Sets the value of the specified log entry's Level property to
Audit then logs the log entry.
|
  | Audit(ILogger, String, String, String, Int32) | |
  | Audit(ILogger, Exception, String, String, String, Int32) | |
  | Debug(ILogger, ILogEntry, String, String, Int32) |
Sets the value of the specified log entry's Level property to
Debug then logs the log entry.
|
  | Debug(ILogger, String, String, String, Int32) | |
  | Debug(ILogger, Exception, String, String, String, Int32) | |
  | Error(ILogger, ILogEntry, String, String, Int32) |
Sets the value of the specified log entry's Level property to
Error then logs the log entry.
|
  | Error(ILogger, String, String, String, Int32) | |
  | Error(ILogger, Exception, String, String, String, Int32) | |
  | Fatal(ILogger, ILogEntry, String, String, Int32) |
Sets the value of the specified log entry's Level property to
Fatal then logs the log entry.
|
  | Fatal(ILogger, String, String, String, Int32) | |
  | Fatal(ILogger, Exception, String, String, String, Int32) | |
  | GetExceptionHandler | |
  | Info(ILogger, ILogEntry, String, String, Int32) |
Sets the value of the specified log entry's Level property to
Info then logs the log entry.
|
  | Info(ILogger, String, String, String, Int32) | |
  | Info(ILogger, Exception, String, String, String, Int32) | |
  | IsAuditEnabled | |
  | IsDebugEnabled | |
  | IsErrorEnabled | |
  | IsFatalEnabled | |
  | IsInfoEnabled | |
  | IsWarnEnabled | |
  | Log(ILogger, ILogEntry, String, String, Int32) | |
  | Log(ILogger, LogLevel, String, String, String, Int32) | |
  | Log(ILogger, LogLevel, Exception, String, String, String, Int32) | |
  | Warn(ILogger, ILogEntry, String, String, Int32) |
Sets the value of the specified log entry's Level property to
Warn then logs the log entry.
|
  | Warn(ILogger, String, String, String, Int32) | |
  | Warn(ILogger, Exception, String, String, String, Int32) | |
Top
See Also