Documentation
¶
Index ¶
- type Logger
- func (_m *Logger) Debug(msg string, args ...any)
- func (_m *Logger) Debugf(msg string, args ...any)
- func (_m *Logger) Error(msg string, args ...any)
- func (_m *Logger) Errorf(msg string, args ...any)
- func (_m *Logger) Info(msg string, args ...any)
- func (_m *Logger) Infof(msg string, args ...any)
- func (_m *Logger) LogLevel() string
- func (_m *Logger) SetLogLevel(logLevel string) error
- func (_m *Logger) Trace(msg string, args ...any)
- func (_m *Logger) Tracef(msg string, args ...any)
- func (_m *Logger) Warn(msg string, args ...any)
- func (_m *Logger) Warnf(msg string, args ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
Logger is an autogenerated mock type for the Logger type
func NewLogger ¶
NewLogger creates a new instance of Logger. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Logger) SetLogLevel ¶
SetLogLevel provides a mock function with given fields: logLevel
Click to show internal directories.
Click to hide internal directories.