LoggerExtensions.WriteInformation(ILogger, String) 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.
Writes an informational log message.
public static void WriteInformation (this Microsoft.Owin.Logging.ILogger logger, string message);
static member WriteInformation : Microsoft.Owin.Logging.ILogger * string -> unit
<Extension()>
Public Sub WriteInformation (logger As ILogger, message As String)
Parameters
- logger
- ILogger
- message
- String