summaryrefslogtreecommitdiff
path: root/sd_daemon/log_util.go.gen
AgeCommit message (Collapse)Author
2019-08-14Update my email address everywhere it appearsLuke Shumaker
2018-09-05Merge branch 'master' of https://git.lukeshu.com/go/libsystemdLuke Shumaker
2018-09-04*.gen: Update to emit the pattern looked for by the `go` toolLuke Shumaker
The `go` documentation says that the generated-code notice should match the go regex: ^// Code generated .* DO NOT EDIT\.$
2017-12-18sd_daemon: BREAKING CHANGE: rename WriteBytes->LogBytes, WriteString->LogStringv0.5.0Luke Shumaker
This is to make room for an io.stringWriter implementation.
2016-12-19Improve documentation.Luke Shumaker
2016-12-19Whoops, methods need to be on *Logger, not LoggerLuke 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.