Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogrusConfig ¶
type LogrusConfig struct {
}
func (*LogrusConfig) EnableConsole ¶
func (l *LogrusConfig) EnableConsole(level logrus.Level, disableColor bool)
func (*LogrusConfig) EnableFileWithJson ¶
func (l *LogrusConfig) EnableFileWithJson(level logrus.Level, fileConfig ...*lumberjack.Logger)
func (*LogrusConfig) EnableFileWithText ¶
func (l *LogrusConfig) EnableFileWithText(level logrus.Level, fileConfig ...*lumberjack.Logger)
Click to show internal directories.
Click to hide internal directories.