setLogLevel: Sets the log level of the framework

View source: R/SimplaceWrapper.R

setLogLevelR Documentation

Sets the log level of the framework

Description

Sets the level of logger output - FATAL is least verbose, TRACE most verbose. You have to call initSimplace first.

Usage

setLogLevel(level)

Arguments

level

is a string with possible values: FATAL, ERROR, WARN, INFO, DEBUG, TRACE

Value

No return value, called for the side effect of setting the log level

Examples

## Not run: 
setLogLevel("INFO")
## End(Not run)

gk-crop/simplace_rpkg documentation built on Oct. 12, 2024, 9:54 p.m.