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)

simplace documentation built on Aug. 24, 2023, 3:03 p.m.