Documentation
¶
Overview ¶
logger/logger.go
Index ¶
- Variables
- func DisableLogs()
- func EnableConsoleLogs()
- func LogError(format string, args ...interface{})
- func LogFatal(format string, args ...interface{})
- func LogInfo(format string, args ...interface{})
- func LogSuccess(format string, args ...interface{})
- func LogWarn(format string, args ...interface{})
- func RegisterRoute(group *gin.RouterGroup, method string, path string, handler gin.HandlerFunc, ...)
Constants ¶
This section is empty.
Variables ¶
View Source
var EnableLogs = true
Functions ¶
func DisableLogs ¶
func DisableLogs()
func EnableConsoleLogs ¶
func EnableConsoleLogs()
func RegisterRoute ¶
func RegisterRoute(group *gin.RouterGroup, method string, path string, handler gin.HandlerFunc, protected bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.