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

 

Writes a verbose log message.

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

public:
[ExtensionAttribute]
static void WriteVerbose(
	ILogger^ logger,
	String^ data
)

Parameters

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

data
Type: System::String^

Return to top
Show: