powered by
Sets the level of logger output - FATAL is least verbose, TRACE most verbose. You have to call initSimplace first.
initSimplace
setLogLevel(level)
No return value, called for the side effect of setting the log level
is a string with possible values: FATAL, ERROR, WARN, INFO, DEBUG, TRACE
if (FALSE) { setLogLevel("INFO")}
Run the code above in your browser using DataLab