# Functions

NewJournaldLogger creates a journald logger for a given container.
NewJournaldLoggerFactory creates a factory for creating journald loggers.
NewLoggerFactory takes a log type and returns the appropriate factory.
No description provided by the author
No description provided by the author

# Constants

These are the available LoggerType's.
These are the available LoggerType's.
No description provided by the author

# Structs

JournaldLogger is a logger which sends logs to a local journald instance.
JournaldLoggerFactory is a factory for creating journald loggers.
No description provided by the author
No description provided by the author

# Interfaces

Factory is an interface for creating new loggers.
Logger is anything that can take a log line and send it somewhere.

# Type aliases

LoggerType specifies which type of downstream logger our handlers should create.