go_goutils/logging/TODO

12 lines
425 B
Plaintext
Raw Normal View History

2021-02-26 20:27:35 -05:00
- Implement code line/func/etc. (only for debug?):
https://stackoverflow.com/a/24809646
https://golang.org/pkg/runtime/#Caller
2022-01-16 06:55:29 -05:00
-- log.LlongFile and log.Lshortfile flags don't currently work properly for StdLogger/FileLogger; they refer to the file in logging package rather than the caller.
- Suport remote loggers? (eventlog, syslog, systemd)
2022-01-16 06:55:29 -05:00
- JSON logger? YAML logger? XML logger?
- DOCS.
-- Done, but flesh out.