Documentation ¶
Index ¶
- Constants
- Variables
- func ErrorLogPrint(msg string)
- func ErrorLogPrintf(msg string, a ...interface{})
- func ErrorLogPrintln(msg string, a ...interface{})
- func LogPrint(msg string)
- func LogPrintf(msg string, a ...interface{})
- func LogPrintln(msg string, a ...interface{})
- func TipLogPirnt(msg string)
- func TipPrintf(msg string, a ...interface{})
- func TipPrintln(msg string, a ...interface{})
- type ErrorMsg
Constants ¶
View Source
const ( Log = "Log" ErrorLog = "Error" )
log Tag
Variables ¶
View Source
var ( // IsAddTimeFlag log title add time flag IsAddTimeFlag = true // IsPrintTipLog Tip log IsPrintTipLog = true // IsPrintLog Debug log IsPrintLog = true // IsPrintErrorLog Error log IsPrintErrorLog = true // TimeFormat date time print format TimeFormat = "2006-01-02 15:04:05Z07:00" //time.stdLongYear + '-' + time.stdZeroMonth + '-' + time.stdZeroDay + ' ' + )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.