fastlogging
fastlogging copied to clipboard
Threaded console logger not working
Steps to reproduce:
- Run latest console-only threaded logging example from master: https://github.com/brmmm3/fastlogging/blob/f82fee69523581a500cadc3085d6d9982418de66/examples/ex_console_only_threaded.py
- Nothing is printed in the console
logger._thrLoggeris not started
Expected behavior:
- Logging thread should be created and started
- Logged messages should be printed in the console