Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LogLevels map[string]logrus.Level = map[string]logrus.Level{ "trace": logrus.TraceLevel, "debug": logrus.DebugLevel, "info": logrus.InfoLevel, "warn": logrus.WarnLevel, "error": logrus.ErrorLevel, "fatal": logrus.FatalLevel, } GormLogLevels map[string]logger.LogLevel = map[string]logger.LogLevel{ "trace": logger.Info, "debug": logger.Info, "info": logger.Info, "warn": logger.Warn, "error": logger.Error, "silent": logger.Silent, "fatal": logger.Silent, } )
Functions ¶
This section is empty.
Types ¶
type HashParams ¶
type LogLevelParams ¶
Click to show internal directories.
Click to hide internal directories.