Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface {
Debug(message string, opts ...Option)
Info(message string, opts ...Option)
Warn(message string, opts ...Option)
Error(message string, opts ...Option)
Fatal(message string, opts ...Option)
}
Logger is a interface for log tool
Click to show internal directories.
Click to hide internal directories.