Logging

AutoDist logger.

get_logger()[source]

Get the AutoDist logger instance.

log(level, msg, *args, **kwargs)[source]

Log a message at a given level.

debug(msg, *args, **kwargs)[source]

Log a message at the DEBUG level.

error(msg, *args, **kwargs)[source]

Log a message at the ERROR level.

critical(msg, *args, **kwargs)[source]

Log a message at the CRITICAL level.

info(msg, *args, **kwargs)[source]

Log a message at the INFO level.

warning(msg, *args, **kwargs)[source]

Log a message at the WARNING level.

set_verbosity(v)[source]

Set the verbosity of autodist logger.

get_verbosity()[source]

Get the verbosity of autodist logger.