Skip to contents

Returns the current rpact log level.

Usage

getLogLevel()

Value

Returns a character of length 1 specifying the current log level.

Details

This function gets the log level of the rpact internal log message system.

See also

Examples

# show current log level
getLogLevel()
#> [1] "PROGRESS"