Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
// InitLogger created logger instance
InitLogger()
// Debug represents a debug log
Debug(args ...interface{})
// Info represents a debug log
Info(args ...interface{})
// Error represents a debug log
Error(args ...interface{})
// Fatal represents a debug log
Fatal(args ...interface{})
}
Logger is an interface of log application
Click to show internal directories.
Click to hide internal directories.