stdioLogger

Params

FieldTypeDescription
logStreamStreamSelects which standard stream to write to for log entries. STDERR is the default Stream.

Stream

Stream is used to select between different logs output sinks.

ValueDescription
STDERRSTDERR refers to os.Stderr.
STDOUTSTDOUT refers to os.Stdout.