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