Interface LoggerContract.UpdateStages.WithLoggerType
- All Known Subinterfaces:
LoggerContract.Update
- Enclosing interface:
LoggerContract.UpdateStages
public static interface LoggerContract.UpdateStages.WithLoggerType
The stage of the LoggerContract update allowing to specify loggerType.
-
Method Summary
Modifier and TypeMethodDescriptionwithLoggerType(LoggerType loggerType) Specifies the loggerType property: Logger type..
-
Method Details
-
withLoggerType
Specifies the loggerType property: Logger type..- Parameters:
loggerType- Logger type.- Returns:
- the next definition stage.
-