package
1.0.0
Repository: https://github.com/euank/go-kmsg-parser.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

Message represents a given kmsg logline, including its timestamp (as calculated based on offset from boot time), its possibly multi-line body, and so on.
StandardLogger adapts the "log" package's Logger interface to be a Logger.

# Interfaces

Logger is a glog compatible logging interface The StandardLogger struct can be used to wrap a log.Logger from the golang "log" package to create a standard a logger fulfilling this interface as well.
Parser is a parser for the kernel ring buffer found at /dev/kmsg.