lumber
lumber copied to clipboard
Prefixes to logs
Add some way to add a prefix to log lines. The idea is to know which package a log came from (like python's logging.getLogger).
You can already add a prefix when creating a new logger, and my PR #12 if merged would allow for the same functionality when just using the default logger.