Interface LoggerContract.DefinitionStages.WithLoggerType
- All Known Subinterfaces:
LoggerContract.Definition,LoggerContract.DefinitionStages.WithCreate
- Enclosing interface:
LoggerContract.DefinitionStages
public static interface LoggerContract.DefinitionStages.WithLoggerType
The stage of the LoggerContract definition 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.
-