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.
2021-12-15 04:49:03 -05:00
2023-07-12 23:16:31 -04:00
- StdLogger2; where stdout and stderr are both logged to depending on severity level.
- make configurable via OR bitmask
2021-12-15 04:49:03 -05:00
- Suport remote loggers? (eventlog, syslog, systemd)
2022-01-16 06:55:29 -05:00
- JSON logger? YAML logger? XML logger?
2021-12-15 04:49:03 -05:00
- DOCS.
2022-01-16 02:05:42 -05:00
-- Done, but flesh out.