# Functions
Level will apply the logging level to the writer for output verbosity.
New creates a new Writer to output the specified io.Writer with the provided Options
This is a super simple implementation (hence the name) that will output in the following format: > [<timestamp>] <level> <message> <field.Key=field.Value>...
# Type aliases
Option for the simple Writer.