1config BR2_PACKAGE_PYTHON_SIMPLELOGGING
2 bool "python-simplelogging"
3 depends on BR2_PACKAGE_PYTHON3 # python-colorlog
4 select BR2_PACKAGE_PYTHON_COLORLOG # runtime
5 help
6 Logging made simple, no excuse for any debug print call.
7
8 https://github.com/vpoulailleau/simplelogging
9