package
2.9.12+incompatible
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Functions

NewLogOutput creates a log output based on the input mode and options.
No description provided by the author

# Structs

DefaultOutput provides logs and metadata in human readable format.
JSONLOutput prints logs and metadata as JSON Lines, suitable for scripts.
LogOutputOptions defines options supported by LogOutput.
RawOutput prints logs in their original form, without any metadata.

# Interfaces

LogOutput is the interface any output mode must implement.