The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
LoggerExtensions Class
ILogger extension methods for common scenarios.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | IsEnabled(ILogger, TraceEventType) | Checks if the given TraceEventType is enabled. |
![]() ![]() | WriteCritical(ILogger, String) | Writes a critical log message. |
![]() ![]() | WriteCritical(ILogger, String, Exception) | Writes a critical log message. |
![]() ![]() | WriteError(ILogger, String) | Writes an error log message. |
![]() ![]() | WriteError(ILogger, String, Exception) | Writes an error log message. |
![]() ![]() | WriteInformation(ILogger, String) | Writes an informational log message. |
![]() ![]() | WriteVerbose(ILogger, String) | Writes a verbose log message. |
![]() ![]() | WriteWarning(ILogger, String, Exception) | Writes a warning log message. |
![]() ![]() | WriteWarning(ILogger, String, String()) | Writes a warning log message. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

