Documentation ¶
Index ¶
- Constants
- Variables
- type Logger
- func (l *Logger) Debug(value string)
- func (l *Logger) Debugf(format string, args ...any)
- func (l *Logger) Error(value string)
- func (l *Logger) Errorf(format string, args ...any)
- func (l *Logger) GetVerbosity() domain.Verbosity
- func (l *Logger) Info(value string)
- func (l *Logger) Infof(format string, args ...any)
- func (l *Logger) SetVerbosity(v domain.Verbosity)
Constants ¶
Variables ¶
View Source
var (
Log domain.Logger
)
Functions ¶
This section is empty.
Types ¶
type Logger ¶ added in v0.2.8
func (*Logger) GetVerbosity ¶ added in v0.2.8
func (*Logger) SetVerbosity ¶ added in v0.2.8
Click to show internal directories.
Click to hide internal directories.