nim-syslog icon indicating copy to clipboard operation
nim-syslog copied to clipboard

Nim syslog module

Results 3 nim-syslog issues
Sort by recently updated
recently updated
newest added

Added functions `setlogmask()` and `getlogmask()` in order to implement functionality provided by syslog `setlogmask` (https://linux.die.net/man/3/setlogmask). Differences between this implementation and original: - I used `set[SyslogSeverity]` instead of bitmasks, - I...

https://github.com/FedericoCeratto/nim-syslog/pull/11#issuecomment-522240596 https://nim-lang.org/blog/2019/07/17/version-0202-released.html `TSa_Family` is of type `uint8` on BSD-based systems. On Linux it works, now let the CI show if it works on macOS.

Can I kindly ask you to change the license to something less restrictive? Dual MIT/Apache2 would be great. Example: https://github.com/status-im/nim-chronicles Thanks!