# NOT RUN {
## futile.logger::FATAL: 1
## futile.logger::ERROR: 2
## futile.logger::WARN: 4
## futile.logger::INFO: 6
## futile.logger::DEBUG: 8
## futile.logger::TRACE: 9
## to suppresse log messages to the console
migrbc::initialize_logger(log_level = 1)
## to display all messages to the console
migrbc::initialize_logger(log_level = 9)
# }
Run the code above in your browser using DataLab