setLogLevel {simplace} | R Documentation |
Sets the level of logger output - FATAL is least verbose,
TRACE most verbose. You have to call initSimplace
first.
setLogLevel(level)
level |
is a string with possible values: FATAL, ERROR, WARN, INFO, DEBUG, TRACE |
## Not run: setLogLevel("INFO") ## End(Not run)