Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / AspNetConfiguration Class


AspNetConfiguration Class Properties

For a list of all members of this type, see AspNetConfiguration members.

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
See Also