Documentation ¶
Index ¶
- Constants
- type Logger
- func (l *Logger) CriticalF(format string, err ...interface{})
- func (l *Logger) DebugF(format string, err ...interface{})
- func (l *Logger) ErrorF(format string, err ...interface{})
- func (l *Logger) Fatalf(format string, err ...interface{})
- func (l *Logger) GetLogger() *log.Logger
- func (l *Logger) GetMode() string
- func (l *Logger) InfoF(format string, err ...interface{})
- func (l *Logger) NoticeF(format string, err ...interface{})
- func (l *Logger) Panicf(format string, err ...interface{})
- func (l *Logger) Printf(format string, err ...interface{})
- func (l *Logger) WarningF(format string, err ...interface{})
- type Logging
Constants ¶
View Source
const ( PROD = "prod" DEV = "dev" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.