 | LogExtensions Class |
[Missing <summary> documentation for "T:Hangfire.Logging.LogExtensions"]
Inheritance Hierarchy
Namespace: Hangfire.LoggingAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntaxpublic static class LogExtensions
<ExtensionAttribute>
Public NotInheritable Class LogExtensions
The LogExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | Debug(ILog, FuncString) | |
  | Debug(ILog, String) | |
  | DebugException | |
  | DebugFormat | |
  | Error(ILog, FuncString) | |
  | Error(ILog, String) | |
  | ErrorException | |
  | ErrorFormat | |
  | Fatal(ILog, FuncString) | |
  | Fatal(ILog, String) | |
  | FatalException | |
  | FatalFormat | |
  | Info(ILog, FuncString) | |
  | Info(ILog, String) | |
  | InfoException | |
  | InfoFormat | |
  | IsDebugEnabled | |
  | IsErrorEnabled | |
  | IsFatalEnabled | |
  | IsInfoEnabled | |
  | IsTraceEnabled | |
  | IsWarnEnabled | |
  | Trace(ILog, FuncString) | |
  | Trace(ILog, String) | |
  | TraceException | |
  | TraceFormat | |
  | Warn(ILog, FuncString) | |
  | Warn(ILog, String) | |
  | WarnException | |
  | WarnFormat | |
Top
See Also