# Functions
Dest sets log destionation (STDERR if empty and file if given).
Disable turns logging off.
Level sets log level from a string value (debug/info/warn/error/fatal/panic).
New creates a logger object Configuration should be set via functional options.
TimeStamp adds timestamp in log output.
# Type aliases
Fields type, used to pass to `WithFields`.