- Jan 14, 2022
-
-
Дмитрий Боровиков authored
-
Дмитрий Боровиков authored
-
- May 01, 2019
-
-
Ian Partridge authored
chore: add Travis testing
-
Ian Partridge authored
-
Ian Partridge authored
fix: remove locking
-
Ian Partridge authored
As `SyslogLogHandler` is a value type it isn't necessary to lock access to its properties.
-
Ian Partridge authored
`openlog()` may retain the `ident` internally, so we can't pass it the label's raw buffer. Also, it's not necessary to call `openlog()` multiple times which would happen when it's called from the `LogHandler`'s initialization. Instead, pass the logger label in the log message.
-
Ian Partridge authored
-