Versions in this module Expand all Collapse all v1 v1.0.2 Nov 4, 2021 Changes in this version + var LevelList = map[string]logrus.Level + func NewContextHook(levels ...logrus.Level) logrus.Hook + type OutputOff struct + func (log *OutputOff) Write(p []byte) (int, error) v1.0.1 Oct 31, 2021 v1.0.0 Oct 30, 2021 Changes in this version + var LogLevelList map[string]logrus.Level = map[string]logrus.Level + var Logger *logrus.Logger + func GinLogFormatter(params gin.LogFormatterParams) string + func LoggerInit(level string)