go-systemd icon indicating copy to clipboard operation
go-systemd copied to clipboard

journal: add string method to journal.Priority

Open bcicen opened this issue 4 years ago • 1 comments

Adds string method to journal Priority level

bcicen avatar Apr 25 '21 20:04 bcicen

Thanks for the PR! Do you maybe have a reference to the consumer where you need this? I'm somehow inclined towards not merging this: those constants are mostly mirroring https://golang.org/pkg/log/syslog/#Priority (minus the facility part) and as such they don't have a canonical string representation (which is locale dependent too).

lucab avatar May 03 '21 07:05 lucab