Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Log = &logrus.Logger{ Out: os.Stdout, Formatter: new(logrus.TextFormatter), Hooks: make(logrus.LevelHooks), Level: logrus.InfoLevel, }
Info:
common.Log.Info("Info")
Debug:
common.Log.Debug("Debug")
Error:
common.Log.Error("Error")
Warn:
common.Log.Warn("Warn")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.