Closed jeremykubica closed 7 months ago
Remove the "base" KBMOD logger, add registerLogger() to the Python/C++ interface, and set up the __init__.py file to register all loggers defined in the __PY_LOGGING_CONFIG configuration.
registerLogger()
__init__.py
__PY_LOGGING_CONFIG
Remove the "base" KBMOD logger, add
registerLogger()
to the Python/C++ interface, and set up the__init__.py
file to register all loggers defined in the__PY_LOGGING_CONFIG
configuration.