Interface DiagnosticContract.DefinitionStages.WithLoggerId
- All Known Subinterfaces:
DiagnosticContract.Definition,DiagnosticContract.DefinitionStages.WithCreate
- Enclosing interface:
DiagnosticContract.DefinitionStages
public static interface DiagnosticContract.DefinitionStages.WithLoggerId
The stage of the DiagnosticContract definition allowing to specify loggerId.
-
Method Summary
Modifier and TypeMethodDescriptionwithLoggerId(String loggerId) Specifies the loggerId property: Resource Id of a target logger..
-
Method Details
-
withLoggerId
Specifies the loggerId property: Resource Id of a target logger..- Parameters:
loggerId- Resource Id of a target logger.- Returns:
- the next definition stage.
-