View source: R/utils-logging.R
logger.setLevel | R Documentation |
By default, the logger threshold is set to FATAL
so that the console
will typically receive no log messages. By setting the level to one of the
other log levels: TRACE, DEBUG, INFO, WARN, ERROR
users can see
logging messages while running commands at the command line.
logger.setLevel(level)
level |
Threshold level. |
No return value.
All functionality is built on top of the excellent futile.logger package.
logger.setup
## Not run:
# Set up console logging only
logger.setup()
logger.setLevel(DEBUG)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.