Windows Event Log, error output

Adding more Event Log support, and modifying the loggers so they return
errors in their operational functions.
This commit is contained in:
2022-01-16 02:05:42 -05:00
parent 3d0d420454
commit 39e0a1fd43
18 changed files with 612 additions and 220 deletions

View File

@@ -2,10 +2,9 @@
https://stackoverflow.com/a/24809646
https://golang.org/pkg/runtime/#Caller
- Support simultaneous writing to multiple Loggers.
- Suport remote loggers? (eventlog, syslog, systemd)
- DOCS.
-- Done, but flesh out.
- Unit/Integration tests.