Interface LoggerContract.DefinitionStages.WithIsBuffered
- All Known Subinterfaces:
LoggerContract.Definition,LoggerContract.DefinitionStages.WithCreate
- Enclosing interface:
LoggerContract.DefinitionStages
public static interface LoggerContract.DefinitionStages.WithIsBuffered
The stage of the LoggerContract definition allowing to specify isBuffered.
-
Method Summary
Modifier and TypeMethodDescriptionwithIsBuffered(Boolean isBuffered) Specifies the isBuffered property: Whether records are buffered in the logger before publishing.
-
Method Details
-
withIsBuffered
Specifies the isBuffered property: Whether records are buffered in the logger before publishing. Default is assumed to be true..- Parameters:
isBuffered- Whether records are buffered in the logger before publishing. Default is assumed to be true.- Returns:
- the next definition stage.
-