matscipy.calculators.committee.log

Functions

create_logger(name[, level, log_file])

Create a logger with defined level, and some nice formatter and handler.

set_logging([level, log_file])

Set the global logging level (and corresponding file location).

matscipy.calculators.committee.log.create_logger(name, level='warning', log_file=None)

Create a logger with defined level, and some nice formatter and handler.

matscipy.calculators.committee.log.set_logging(level='warning', log_file=None)

Set the global logging level (and corresponding file location).