mapmaker.utils.logging module

mapmaker.utils.logging.configure_logging(log_file, verbose=False, silent=False, debug=False)[source]
class mapmaker.utils.logging.log(*args)[source]

Bases: object

static debug(*args)[source]
static error(*args)[source]
static exception(*args)[source]
static info(*args)[source]
static warning(*args)[source]
class mapmaker.utils.logging.ProgressBar(*args, show=True, **kwargs)[source]

Bases: object

update(*args)[source]
close()[source]