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