Create some common loggers #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This library needs to handle some common logging styles. As such it should provide a logger for logging to a single file and a logger for each target OS's logging system. This would be syslog on Linux and FreeBSD. I do not know yet on Windows what this would be.
This will add platform specific code to the library and need some smaller bindgen wrappers.