Interface DiagnosticContract.UpdateStages.WithVerbosity
- All Known Subinterfaces:
DiagnosticContract.Update
- Enclosing interface:
DiagnosticContract.UpdateStages
public static interface DiagnosticContract.UpdateStages.WithVerbosity
The stage of the DiagnosticContract update 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.
-