Interface DiagnosticContract.DefinitionStages.WithAlwaysLog
- All Known Subinterfaces:
DiagnosticContract.Definition,DiagnosticContract.DefinitionStages.WithCreate
- Enclosing interface:
DiagnosticContract.DefinitionStages
public static interface DiagnosticContract.DefinitionStages.WithAlwaysLog
The stage of the DiagnosticContract definition allowing to specify alwaysLog.
-
Method Summary
Modifier and TypeMethodDescriptionwithAlwaysLog(AlwaysLog alwaysLog) Specifies the alwaysLog property: Specifies for what type of messages sampling settings should not apply..
-
Method Details
-
withAlwaysLog
Specifies the alwaysLog property: Specifies for what type of messages sampling settings should not apply..- Parameters:
alwaysLog- Specifies for what type of messages sampling settings should not apply.- Returns:
- the next definition stage.
-