Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / AspNetConfiguration Class
Properties Methods


In This Topic
    AspNetConfiguration Class Members
    In This Topic

    The following tables list the members exposed by AspNetConfiguration.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new AspNetConfiguration  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines if any agent functionality should be enabled. Defaults to true.  
    Public PropertyDetermines if a log message is written for each request that returns a 400-series response code. Defaults to true.  
    Public PropertyDetermines if a log message is written for each request that returns a 500-series response code or throws an exception. Defaults to true.  
    Public PropertyDetermines if an event metric is written to Loupe for each request handled by a controller. Defaults to true.  
    Public PropertyDetermines if request log messages should include object details. Defaults to false.  
    Public PropertyDetermines if request log messages should include the parameter values used for the request. Defaults to true.  
    Public PropertyDetermines if a log message is written for each request handled by a controller. Defaults to true.  
    Public PropertyThe severity used for log messages for the start of each request handled by MVC and Web API. Defaults to Information.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string that represents the current object.Returns a string that represents the current object.  
    Top
    See Also