mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
6624584dd4
Original:
|
||
---|---|---|
.. | ||
handlers | ||
handler.ts | ||
index.ts | ||
levels.ts | ||
logger.ts | ||
README.md | ||
test.ts |
Logging module for Deno
Very much work in progress. Contributions welcome.
This library is heavily inspired by Python's logging 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