ServerTimingOptions Constructor
Definition
- Namespace
- Cuemon.AspNetCore.Diagnostics
- Assemblies
- Cuemon.AspNetCore.dll
ServerTimingOptions()
Initializes a new instance of the ServerTimingOptions class.
public ServerTimingOptions()
Remarks
The following table shows the initial property values for an instance of ServerTimingOptions.
| Property | Initial Value |
|---|---|
| TimeMeasureCompletedThreshold | Zero |
| LogLevelSelector | metric => metric.Duration.HasValue ? LogLevel.Debug : LogLevel.None |
| SuppressHeaderPredicate | environment => environment.IsProduction() |
| UseTimeMeasureProfiler | false |