summaryrefslogtreecommitdiff
path: root/sd_daemon/log.go
AgeCommit message (Collapse)Author
2017-12-18sd_daemon/log: implement io.Writer and io.stringWriter where applicableLuke Shumaker
2017-12-18sd_daemon: BREAKING CHANGE: rename WriteBytes->LogBytes, WriteString->LogStringv0.5.0Luke Shumaker
This is to make room for an io.stringWriter implementation.
2017-12-18sd_daemon.Logger: improve docsLuke Shumaker
2016-12-22sd_daemon/log.go: Shave off a byte, fix a comment.Luke Shumaker
2016-12-19Improve documentation.Luke Shumaker
2016-12-19Whoops, methods need to be on *Logger, not LoggerLuke Shumaker
2016-12-18sd_daemon/log: cheapen WriteString/WriteBytes.Luke Shumaker
2016-12-18gofmtLuke Shumaker
2016-12-18Implement almost all of sd-daemon. BREAKING CHANGES.v0.2.0Luke 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.