package
1.0.2
Repository: https://github.com/jeschkies/loki.git
Documentation: pkg.go.dev

# Variables

Outputs is an enum with all possible output modes.

# Structs

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

# Interfaces

LogOutput is the interface any output mode must implement.