Logs

Logging.handle_messageMethod
handle_message(logger::TermLogger, lvl, msg, _mod, group, id, file, line; kwargs...)

Handle printing of log messages, with style!.

In addition to the log message and info such as file/line and time of log, it prints kwargs styled by their type.

source
Term.Logs.handle_progressMethod
handle_progress(logger::TermLogger, prog)

Handle progress information passed by ProgressLogging.

It creates/adds/removes ProgressJobs to the logger's ProgressBar to create progress visualizations.

source
Term.Logs.install_term_loggerFunction
install_term_logger(theme::Theme=theme)

Install TermLogger as the global logging system.

theme::Theme can be passed to specify the theme to use for styling objects.

source