Learn R Programming

lgr (version 0.3.0)

default_should_flush: Default Should Flush Function

Description

This is the default "should flush" trigger function for Appenders that support such a mechanism, such as AppenderBuffer and AppenderDbi. It returns TRUE if the event's level meets or exceeds the Appender's flush_threshold.

Usage

default_should_flush(event)

Arguments

event

Value

TRUE or FALSE