Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerManager ¶
type LoggerManager struct {
// contains filtered or unexported fields
}
LoggerManager updates log configurations online.
func NewLoggerManager ¶
NewLoggerManager creates a new LoggerManager.
func (*LoggerManager) Init ¶
func (lm *LoggerManager) Init(cfgch <-chan *config.Config)
Init starts a goroutine to watch configuration.
func (*LoggerManager) SetLoggerLevel ¶ added in v1.1.0
func (lm *LoggerManager) SetLoggerLevel(l zapcore.Level)
Click to show internal directories.
Click to hide internal directories.