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.WriteWarning Method
Writes a warning message for the specified logger.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | WriteWarning(ILogger, String, Exception) | Writes a warning log message. |
![]() ![]() | WriteWarning(ILogger, String, String[]) | Writes a warning log message. |
LoggerExtensions.WriteWarning Method (ILogger, String, Exception)
Writes a warning log message.
Parameters
- logger
- Type: Microsoft.Owin.Logging.ILogger
- message
- Type: System.String
- error
- Type: System.Exception
LoggerExtensions.WriteWarning Method (ILogger, String, String[])
Writes a warning log message.
public static void WriteWarning( this ILogger logger, string message, params string[] args )
Parameters
- logger
- Type: Microsoft.Owin.Logging.ILogger
- message
- Type: System.String
- args
- Type: System.String[]
Show:

