banhxeo.utils.logging module

class banhxeo.utils.logging.PrintLogger[source]

Bases: object

template: str = '[{level}]: {msg}'
info(msg: str)[source]
debug(msg: str)[source]
exception(msg: str)[source]
error(msg: str)[source]
warning(msg: str)[source]
class banhxeo.utils.logging.Logger[source]

Bases: object

__init__()[source]
info(msg: str)[source]
debug(msg: str)[source]
exception(msg: str)[source]
error(msg: str)[source]
warning(msg: str)[source]
check_and_raise(msg: str, error_type: Exception, condition: Any)[source]