Documentation
¶
Index ¶
- Constants
- func Debug(format string, args ...interface{})
- func Error(args ...interface{})
- func ErrorIDCard(identify string, args ...interface{})
- func ErrorModule(data public.IDBCache, args ...interface{})
- func Fail(args ...interface{})
- func FmtPrintf(src string, params ...interface{})
- func FmtPrintln(params ...interface{})
- func Info(format string, args ...interface{})
- func Panic()
- func RetError(context string, params ...interface{}) error
- func WriteLog(logtype, title, format string, args ...interface{})
- type TAokoLog
Constants ¶
View Source
const ( EnAKLogFileMaxLimix = 500 * 1024 * 1024 EnLogDataChanMax = 1024 )
View Source
const ( EnLogType_Info string = "logInfo" EnLogType_Error string = "logError" EnLogType_Fail string = "logFail" EnLogType_Debug string = "logDebug" )
Variables ¶
This section is empty.
Functions ¶
func ErrorIDCard ¶
func ErrorIDCard(identify string, args ...interface{})
func ErrorModule ¶
func FmtPrintln ¶
func FmtPrintln(params ...interface{})
Types ¶
Click to show internal directories.
Click to hide internal directories.