lumber icon indicating copy to clipboard operation
lumber copied to clipboard

Prefixes to logs

Open beatgammit opened this issue 11 years ago • 1 comments

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).

beatgammit avatar Apr 17 '14 16:04 beatgammit

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.

sdomino avatar Mar 22 '16 17:03 sdomino