# Functions
StderrAdapter returns a logger.Adapter implementation which prints log messages to stderr.
StdoutAdapter returns a logger.Adapter implementation which prints log messages to stdout.
# Structs
WriterPrinter implements printer.Printer by adapting io.Writer.