# Structs
NullLogger is a logger.Logger and logger.Factory implementation that does nothing.
RawLogger is a logger.Logger and logger.Factory implementation that prints raw data with no formatting.
Wrapper is a wrapper around Logger that implements the Writer interface, mainly use by docker/pkg/stdcopy functions.