Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // G is an alias for GetLogger. // // We may want to define this locally to a package to get package tagged log // messages. G = GetLogger // L is an alias for the the standard logger. L = logrus.NewEntry(logrus.StandardLogger()) )
Functions ¶
func GetLogger ¶
GetLogger retrieves the current logger from the context. If no logger is available, the default logger is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.