# Constants
CallerSkipFrameCount is the number of stack frames to skip to find the caller.
# Variables
LevelToSeverity converts a zerolog level to the stackdriver severity Stackdriver has more levels than zerolog so we skip some severities.
# Structs
callerHook implements zerolog.Hook interface.
No description provided by the author