log

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogWrapper

type LogWrapper struct {
	Logger *log.Logger
}

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)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL