Learn R Programming

simplace (version 5.1.2)

setLogLevel: 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)

Value

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

Arguments

level

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

Examples

Run this code
if (FALSE) {
setLogLevel("INFO")}

Run the code above in your browser using DataLab