package
0.0.0-20240916190630-1b9c57b57807
Repository: https://github.com/blicero/scrollmaster.git
Documentation: pkg.go.dev

# Functions

CreateJournaldReader creates a JournaldReader.
CreateSyslogReader creates and returns a SyslogReader that reads the given logfiles.

# Variables

DefaultOpener is the function to call to open a LogReader.

# Structs

JournaldReader reads from systemd's journald log.
SyslogReader is a LogReader that reads files created by the syslog daemon commonly used on *BSD (and some Linux distros, I suppose).

# Interfaces

LogReader defines the interface for several implementations that access system logs as plain old syslog files or systemd-journald journals.

# Type aliases

ReaderOpener is a function to open a LogReader.