Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-18 | sd_daemon: BREAKING CHANGE: rename WriteBytes->LogBytes, WriteString->LogStringv0.5.0 | Luke Shumaker | |
This is to make room for an io.stringWriter implementation. | |||
2016-12-19 | Improve documentation. | Luke Shumaker | |
2016-12-19 | Whoops, methods need to be on *Logger, not Logger | Luke Shumaker | |
2016-12-18 | Implement almost all of sd-daemon. BREAKING CHANGES.v0.2.0 | Luke Shumaker | |
This does not include the sd_is_* utility functions. BREAKING CHANGES: - The import name is now "sd_daemon" instead of "sd". - The logger interface is now entirely different. - Notify now takes more arguments. |