Versions in this module Expand all Collapse all v1 v1.2.0 Aug 30, 2023 Changes in this version + func ParseLevel(level string) (api.Level, error) + func ParseString(level api.Level) string + type CallerInfo struct + func (l *CallerInfo) HideCallerInfo(module string, level api.Level) + func (l *CallerInfo) IsCallerInfoEnabled(module string, level api.Level) bool + func (l *CallerInfo) ShowCallerInfo(module string, level api.Level) + type ModuleLevels struct + func (l *ModuleLevels) GetLevel(module string) api.Level + func (l *ModuleLevels) IsEnabledFor(module string, level api.Level) bool + func (l *ModuleLevels) SetLevel(module string, level api.Level)