LoggerExtensions::WriteInformation Method (ILogger^, String^)

 

Writes an informational log message.

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

public:
[ExtensionAttribute]
static void WriteInformation(
	ILogger^ logger,
	String^ message
)

Parameters

logger
Type: Microsoft.Owin.Logging::ILogger^

message
Type: System::String^

Return to top
Show: