go_goutils/logging/TODO

11 lines
245 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
- Suport remote loggers? (eventlog, syslog, systemd)
- DOCS.
-- Done, but flesh out.
- Unit/Integration tests.