LoggerExtensions.WriteInformation Method (ILogger, String)
Writes an informational log message.
Namespace: Microsoft.Owin.Logging
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public static void WriteInformation(
this ILogger logger,
string message
)
public:
[ExtensionAttribute]
static void WriteInformation(
ILogger^ logger,
String^ message
)
static member WriteInformation :
logger:ILogger *
message:string -> unit
<ExtensionAttribute>
Public Shared Sub WriteInformation (
logger As ILogger,
message As String
)
Parameters
- logger
Type: Microsoft.Owin.Logging.ILogger
- message
Type: System.String
See Also
LoggerExtensions Class
Microsoft.Owin.Logging Namespace
Return to top