Interface LoggerContract.UpdateStages.WithIsBuffered

    • Method Detail

      • 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.