Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogWrapper ¶
func NewLogWrapper ¶
func NewLogWrapper(l *log.Logger) *LogWrapper
func (*LogWrapper) Log ¶
func (l *LogWrapper) Log(args ...any)
type LogrusWrapLogger ¶
type LogrusWrapLogger struct {
// contains filtered or unexported fields
}
func NewWrappedLogrus ¶
func NewWrappedLogrus(l *logrus.Logger) *LogrusWrapLogger
func (*LogrusWrapLogger) Log ¶
func (l *LogrusWrapLogger) Log(args ...any)
type UseCaseLogger ¶
type UseCaseLogger interface {
Log(args ...any)
}
Click to show internal directories.
Click to hide internal directories.