quantbullet.log_config#

Centralized logging configuration for the package.

Module Contents#

Functions#

setup_logger(name)

Setup a logger with a given name.

set_package_log_level([level])

Set the log level for all loggers in the package.

Attributes#

LEVEL_MAP

pkg_logger

quantbullet.log_config.LEVEL_MAP#
quantbullet.log_config.setup_logger(name)[source]#

Setup a logger with a given name.

quantbullet.log_config.set_package_log_level(level='WARNING')[source]#

Set the log level for all loggers in the package.

quantbullet.log_config.pkg_logger#