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 Type
    Method
    Description
    withIsBuffered(Boolean isBuffered)
    Specifies the isBuffered property: Whether records are buffered in the logger before publishing.
  • Method Details

    • withIsBuffered

      LoggerContract.Update withIsBuffered(Boolean isBuffered)
      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.