# Functions
NewDmesgOutput returns a new DmesgOutput.
NewOmniOutput returns a new OmniOutput.
NewRawOutput runs the raw log format.
# Structs
DmesgOutput is used to print logs in dmesg format.
OmniOutput is a log output which parses logs from Talos machine and prints them in zap'like format.
RawOutput simply copies the input rdr to os.Stdout.