Documentation
¶
Index ¶
- func GetLogCallerInfo() (file, funcName string, line int)
- func NewLogger()
- type Logger
- func (l *Logger) Debug(c echo.Context, msg string, kv ...interface{})
- func (l *Logger) Error(c echo.Context, msg string, kv ...interface{})
- func (l *Logger) Fatal(c echo.Context, msg string, kv ...interface{})
- func (l *Logger) Info(c echo.Context, msg string, kv ...interface{})
- func (l *Logger) Panic(c echo.Context, msg string, kv ...interface{})
- func (l *Logger) Warn(c echo.Context, msg string, kv ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLogCallerInfo ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.