rxn.utilities.logging

Functions

log_debug(message)

Utility function to log a message with DEBUG level.

log_error(message)

Utility function to log a message with ERROR level.

log_info(message)

Utility function to log a message with INFO level.

log_warning(message)

Utility function to log a message with WARNING level.

setup_console_and_file_logger(filename[, ...])

Set up a logger writing to both the terminal and the given file.

setup_console_logger([level, format])

Set up a logger writing to the console (i.e., to stderr).

setup_file_logger(filename[, level, format])

Set up a logger writing to the given file.

Classes

LoggingFormat(value[, names, module, ...])

Common logging formats used in the RXN universe.