powered by
Log messages will only be emitted if the log priority matches or is higher than the priority of your message
log_debug(message)
your message to log
invisibly returns TRUE/FALSE
# NOT RUN { log_debug("This is a debug message") Sys.setenv("LOG_LEVEL" = "TRACE") log_debug("This is a debug message") # }
Run the code above in your browser using DataLab