Documentation ¶
Index ¶
Constants ¶
View Source
const ( // 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() CallDepth = 1 )
Variables ¶
This section is empty.
Functions ¶
func Crit ¶
func Crit(msg string, ctx ...interface{})
Crit is a convenient alias for log.Crit with stats
func Debug ¶
func Debug(msg string, ctx ...interface{})
Debug is a convenient alias for log.Debug with stats
func Error ¶
func Error(msg string, ctx ...interface{})
Error is a convenient alias for log.Error with stats
func Info ¶
func Info(msg string, ctx ...interface{})
Info is a convenient alias for log.Info with stats
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.