Information
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.WriteInformation Method (ILogger, String)

 

Writes an informational log message.

Namespace:   Microsoft.Owin.Logging
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

<ExtensionAttribute>
Public Shared Sub WriteInformation (
	logger As ILogger,
	message As String
)

Parameters

logger
Type: Microsoft.Owin.Logging.ILogger

message
Type: System.String

Return to top
Show: