cozy.log

Module Contents

Functions

disable()

Disable cozy logging

set_level(level)

Set the level of logging

info(*args, **kwargs)

Log at the info level

warning(*args, **kwargs)

Log at the warning level

error(*args, **kwargs)

Log at the error level

debug(*args, **kwargs)

Log at the debug level

critical(*args, **kwargs)

Log at the critical level

Attributes

logger

cozy.log.logger
cozy.log.disable()

Disable cozy logging

cozy.log.set_level(level)

Set the level of logging

cozy.log.info(*args, **kwargs)

Log at the info level

cozy.log.warning(*args, **kwargs)

Log at the warning level

cozy.log.error(*args, **kwargs)

Log at the error level

cozy.log.debug(*args, **kwargs)

Log at the debug level

cozy.log.critical(*args, **kwargs)

Log at the critical level