Interface LoggerContract.DefinitionStages.WithIsBuffered

    • Method Detail

      • withIsBuffered

        LoggerContract.DefinitionStages.WithCreate 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.