# Functions
ToFile creates a logger that will log any items at level or below to file, and defer any other output to klog (no matter what the level is).
# Structs
FileLogger logs the provided messages at level or below to the writer, or delegates to klog.
# Interfaces
Logger is a simple interface that is roughly equivalent to klog.
VerboseLogger is roughly equivalent to klog's Verbose.