View source: R/utils-logging.R
logger.isInitialized | R Documentation |
Returns TRUE
if logging has been initialized. This allows packages
to emit logging statements only if logging has already been set up,
potentially avoiding 'futile.log' errors.
logger.isInitialized()
TRUE
if logging has already been initialized.
logger.setup
initializeLogging
## Not run:
logger.isInitialized()
logger.setup()
logger.isInitialized()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.