# 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.