setLogLevel {simplace}R Documentation

Sets the log level of simplace

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

Examples

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

[Package simplace version 4.3.1 Index]