package
0.0.0-20240908035515-0e47b5dc6f2f
Repository: https://github.com/zm50/common.git
Documentation: pkg.go.dev

# Functions

Error logs a message with level Error.
Errorf logs a message with level Error.
Info logs a message with level Info.
Infof logs a message with level Info.
Init initializes the log client.
NewLog creates a new Log object.
Warn logs a message with level Warn.
Warnf logs a message with level Warn.

# Structs

Log is a struct for logging.

# Interfaces

ILog is the interface of log component.