LoggerExtensions.WriteWarning Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WriteWarning(ILogger, String, Exception) |
Writes a warning log message. |
WriteWarning(ILogger, String, String[]) |
Writes a warning log message. |
WriteWarning(ILogger, String, Exception)
- Source:
- LoggerExtensions.cs
Writes a warning log message.
public static void WriteWarning (this Microsoft.Owin.Logging.ILogger logger, string message, Exception error);
static member WriteWarning : Microsoft.Owin.Logging.ILogger * string * Exception -> unit
<Extension()>
Public Sub WriteWarning (logger As ILogger, message As String, error As Exception)
Parameters
- logger
- ILogger
- message
- String
- error
- Exception
Applies to
WriteWarning(ILogger, String, String[])
- Source:
- LoggerExtensions.cs
Writes a warning log message.
public static void WriteWarning (this Microsoft.Owin.Logging.ILogger logger, string message, params string[] args);
static member WriteWarning : Microsoft.Owin.Logging.ILogger * string * string[] -> unit
<Extension()>
Public Sub WriteWarning (logger As ILogger, message As String, ParamArray args As String())
Parameters
- logger
- ILogger
- message
- String
- args
- String[]