Documentation
¶
Index ¶
- Constants
- func CloseLogFile()
- func Debug(messages ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(messages ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatal(messages ...interface{})
- func Fatalf(format string, args ...interface{})
- func Info(messages ...interface{})
- func Infof(format string, args ...interface{})
- func SetLogFile(filePath string) error
- func SetOutput(option int) error
- func Warn(messages ...interface{})
- func Warnf(format string, args ...interface{})
Constants ¶
View Source
const ( DEBUG INFO WARN ERROR FATAL CONSOLE_ONLY FILE_ONLY CONSOLE_AND_FILE )
Variables ¶
This section is empty.
Functions ¶
func CloseLogFile ¶
func CloseLogFile()
func SetLogFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.