# Functions
Crit is a convenient alias for log.Crit with stats.
Debug is a convenient alias for log.Debug with stats.
Error is a convenient alias for log.Error with stats.
Info is a convenient alias for log.Info with stats.
Trace is a convenient alias for log.Trace with stats.
Warn is a convenient alias for log.Warn with stats.
# Constants
CallDepth is set to 1 in order to influence to reported line number of the log message with 1 skipped stack frame of calling l.Output().