Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes a verbose log message.
Namespace:   Microsoft.Owin.Logging
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public static void WriteVerbose(
    this ILogger logger,
    string data
)
public:
[ExtensionAttribute]
static void WriteVerbose(
    ILogger^ logger,
    String^ data
)
static member WriteVerbose : 
        logger:ILogger *
        data:string -> unit
<ExtensionAttribute>
Public Shared Sub WriteVerbose (
    logger As ILogger,
    data As String
)
Parameters
- logger
 Type: Microsoft.Owin.Logging.ILogger
- data
 Type: System.String
See Also
LoggerExtensions Class
Microsoft.Owin.Logging Namespace
Return to top