Documentation
¶
Index ¶
- func AppError(f string, args ...interface{})
- func AppInfo(f string, args ...interface{})
- func AppTrace(f string, args ...interface{})
- func AppWarning(f string, args ...interface{})
- func Init(verbosity string) error
- func UserDebug(f string, args ...interface{})
- func UserError(f string, args ...interface{})
- func UserInfo(f string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppError ¶ added in v0.7.1
func AppError(f string, args ...interface{})
AppError log application error
func AppInfo ¶ added in v0.7.1
func AppInfo(f string, args ...interface{})
AppInfo log application infoLvl
func AppTrace ¶ added in v0.7.1
func AppTrace(f string, args ...interface{})
AppTrace log application trace
func AppWarning ¶ added in v0.7.1
func AppWarning(f string, args ...interface{})
AppWarning log application warning
func UserDebug ¶ added in v0.7.1
func UserDebug(f string, args ...interface{})
UserDebug log user debugLvl
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.