Loupe - Log - Monitor - Resolve
Loupe.Extensions.Logging Namespace / LoupeLoggerProvider Class / CreateLogger Method
The category name for messages produced by the logger.

In This Topic
    CreateLogger Method (LoupeLoggerProvider)
    In This Topic
    Creates a new Microsoft.Extensions.Logging.ILogger instance.
    Syntax
    'Declaration
     
    
    Public Function CreateLogger( _
       ByVal categoryName As String _
    ) As ILogger
    public ILogger CreateLogger( 
       string categoryName
    )

    Parameters

    categoryName
    The category name for messages produced by the logger.

    Return Value

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also