# Functions
GetReader tries to guess an appropriate reader from the input reader and returns it.
# Variables
ErrCorruptedJSON is returned the payload is corrupted.
ErrEmptyMessage is returned when the message body is an empty string.
ErrEmptyObject is retuned when the payload is an empty object.
ErrNilTimestamp is returned when timestamp is and empty time.Time.
ErrTimestamp is returned when the timestamp is not valid.
TimestampFormat is the default formatting defined for logs.
# Structs
Plain implements the io.Reader interface and can read a json object and output a one line error message.
TextFormatter is used for rendering a custom format.