Documentation ¶
Index ¶
- Constants
- Variables
- func Debug(format string, args ...interface{})
- func Error(format string, args ...interface{})
- func Fatal(format string, args ...interface{})
- func Info(format string, args ...interface{})
- func Print(level int, format string, args ...interface{})
- func Warn(format string, args ...interface{})
Constants ¶
View Source
const ( PREFIX = "[Gogs Web]" TIME_FORMAT = "06-01-02 15:04:05" )
View Source
const ( DEBUG = iota INFO WARNING ERROR FATAL )
Variables ¶
View Source
var (
LEVEL_FLAGS = [...]string{"DEBUG", " INFO", " WARN", "ERROR", "FATAL"}
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.