Loupe - Log - Monitor - Resolve
Gibraltar Namespace / ApplicationLogging Class / CreateLogger<T> Method

In This Topic
    CreateLogger<T> Method (ApplicationLogging)
    In This Topic
    Create a new logger for the requested type from the common logger factory
    Syntax
    'Declaration
     
    
    Public Shared Function CreateLogger(Of T)() As ILogger
    public static ILogger CreateLogger<T>()

    Type Parameters

    T
    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