powered by
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.
TRUE
logger.isInitialized()
TRUE if logging has already been initialized.
logger.setup
initializeLogging
# NOT RUN { logger.isInitialized() logger.setup() logger.isInitialized() # } # NOT RUN { # }
Run the code above in your browser using DataLab