Documentation ¶
Index ¶
- func Debug(msg string, args ...interface{})
- func Debugf(msg string, args ...interface{})
- func Error(msg string, args ...interface{})
- func Errorf(msg string, args ...interface{})
- func Fatal(msg string, args ...interface{})
- func Fatalf(msg string, args ...interface{})
- func Info(msg string, args ...interface{})
- func Infof(msg string, args ...interface{})
- func Panic(msg string, args ...interface{})
- func Panicf(msg string, args ...interface{})
- func Warn(msg string, args ...interface{})
- func Warnf(msg string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(msg string, args ...interface{})
Debug logs debug level messages with default logger.
func Debugf ¶
func Debugf(msg string, args ...interface{})
Debugf logs debug level messages with default logger in printf-style.
func Error ¶
func Error(msg string, args ...interface{})
Error logs Error level messages with default logger in structured-style.
func Errorf ¶
func Errorf(msg string, args ...interface{})
Errorf logs Error level messages with default logger in printf-style.
func Fatal ¶
func Fatal(msg string, args ...interface{})
Fatal logs Fatal level messages with default logger in structured-style.
func Fatalf ¶
func Fatalf(msg string, args ...interface{})
Fatalf logs Fatalf level messages with default logger in printf-style.
func Info ¶
func Info(msg string, args ...interface{})
Info logs Info level messages with default logger in structured-style.
func Infof ¶
func Infof(msg string, args ...interface{})
Infof logs Info level messages with default logger in printf-style.
func Panic ¶
func Panic(msg string, args ...interface{})
Panic logs Panic level messages with default logger in structured-style.
func Panicf ¶
func Panicf(msg string, args ...interface{})
Panicf logs Panicf level messages with default logger in printf-style.
Types ¶
This section is empty.