diff options
Diffstat (limited to 'logging/README.md')
| -rw-r--r-- | logging/README.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/logging/README.md b/logging/README.md index b444b411b..26047d9a2 100644 --- a/logging/README.md +++ b/logging/README.md @@ -2,11 +2,14 @@ Very much work in progress. Contributions welcome. -This library is heavily inspired by Python's [logging](https://docs.python.org/3/library/logging.html#logging.Logger.log) module, altough -it's not planned to be a direct port. Having separate loggers, handlers, formatters and filters gives developer very granular control over logging -which is most desirable for server side software. +This library is heavily inspired by Python's +[logging](https://docs.python.org/3/library/logging.html#logging.Logger.log) +module, altough it's not planned to be a direct port. Having separate loggers, +handlers, formatters and filters gives developer very granular control over +logging which is most desirable for server side software. Todo: + - [ ] implement formatters - [ ] implement `FileHandler` -- [ ] tests
\ No newline at end of file +- [ ] tests |
