# Functions
NewMirrorWriter initializes and returns a MirrorWriter.
# Variables
MaxWriterBuffer specifies how big the writer buffer can get before killing the writer.
WriterGroup is the global writer group for logs to output to.
# Structs
MirrorWriter implements a WriteCloser which syncs incoming bytes to multiple [buffered] WriteClosers.