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
if (FALSE) { logger.isInitialized() logger.setup() logger.isInitialized() }
Run the code above in your browser using DataLab