Documentation ¶
Index ¶
- func Debug(msg interface{})
- func Debugf(msg string, values ...interface{})
- func Error(msg interface{})
- func Errorf(msg string, values ...interface{})
- func Fatal(msg interface{})
- func Fatalf(msg string, values ...interface{})
- func Field(name string, val interface{}) mojito.Logger
- func Fields(fields logger.Fields) mojito.Logger
- func Info(msg interface{})
- func Infof(msg string, values ...interface{})
- func SetOutput(w io.Writer) error
- func Trace(msg interface{})
- func Tracef(msg string, values ...interface{})
- func Warn(msg interface{})
- func Warnf(msg string, values ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(msg string, values ...interface{})
Debugf will write a debug log sprintf-style
func Errorf ¶
func Errorf(msg string, values ...interface{})
Errorf will write a error log sprintf-style
func Fatalf ¶
func Fatalf(msg string, values ...interface{})
Fatalf will write a fatal log sprintf-style
func Infof ¶
func Infof(msg string, values ...interface{})
Infof will write a info log sprintf-style
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.