Documentation ¶
Index ¶
- Variables
- func Debug(args ...interface{})
- func DebugDeferred(fn func() string)
- func Debugf(format string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func Warn(args ...interface{})
- func Warnf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger xraylog.Logger = xraylog.NewDefaultLogger(os.Stdout, xraylog.LogLevelInfo)
The Logger instance used by xray to log. Set via xray.SetLogger().
Functions ¶
func DebugDeferred ¶
func DebugDeferred(fn func() string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.