# Functions
Log the given error using the default level translator that can be set via SetDefaultLevelTranslator.
LogToLevel logs the given error to the given zapcore.Level.
SetDefaultLevelTranslator sets the LevelTranslator to be used for regular Log-calls.
WrapAndLog calls Log after meh.Wrap with the given error and message.
# Type aliases
LevelTranslator translates the given meh.Code to zapcore.Level for logging.