setLogLevel {simplace}R 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)

[Package simplace version 5.0.13 Index]