Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / AspNetConfiguration Class / RequestMessageSeverity Property

In This Topic
    RequestMessageSeverity Property
    In This Topic
    The severity used for log messages for the start of each request handled by MVC and Web API. Defaults to Information.
    Syntax
    'Declaration
     
    
    Public Property RequestMessageSeverity As LogMessageSeverity
    public LogMessageSeverity RequestMessageSeverity {get; set;}
    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