# Functions
NewJSONStreamFormatter returns a StreamFormatter configured to stream json.
NewStreamFormatter returns a simple StreamFormatter.
# Structs
StderrFormatter is a streamFormatter that writes to the standard error.
StdoutFormatter is a streamFormatter that writes to the standard output.
StreamFormatter formats a stream, optionally using JSON.