Interface DiagnosticContract.DefinitionStages.WithVerbosity
- All Known Subinterfaces:
DiagnosticContract.Definition,DiagnosticContract.DefinitionStages.WithCreate
- Enclosing interface:
DiagnosticContract.DefinitionStages
public static interface DiagnosticContract.DefinitionStages.WithVerbosity
The stage of the DiagnosticContract definition allowing to specify verbosity.
-
Method Summary
Modifier and TypeMethodDescriptionwithVerbosity(Verbosity verbosity) Specifies the verbosity property: The verbosity level applied to traces emitted by trace policies..
-
Method Details
-
withVerbosity
Specifies the verbosity property: The verbosity level applied to traces emitted by trace policies..- Parameters:
verbosity- The verbosity level applied to traces emitted by trace policies.- Returns:
- the next definition stage.
-