Documentation ¶
Index ¶
- func Debugf(format string, v ...interface{})
- func Debugln(v ...interface{})
- func Errorf(format string, v ...interface{})
- func Errorln(v ...interface{})
- func Infof(format string, v ...interface{})
- func Infoln(v ...interface{})
- func OnlyASCII(s string) string
- func ToInterface(i ...interface{}) []interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(format string, v ...interface{})
Debugf logs an Debug message. (IF Env DEBUG == true)
func Debugln ¶
func Debugln(v ...interface{})
Debugln prints an Debug with a new line at end. (IF Env DEBUG == true)
func Infof ¶
func Infof(format string, v ...interface{})
Infof formats and sends an Info to std out or file to log.
func ToInterface ¶
func ToInterface(i ...interface{}) []interface{}
ToInterface converts anything to a Interface Array.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.