Documentation ¶
Index ¶
- func CloseDebug()
- func Debug(a ...interface{})
- func DebugWithContext(ctx context.Context, a ...interface{})
- func Debugf(format string, a ...interface{})
- func DebugfWithContext(ctx context.Context, format string, a ...interface{})
- func Debugw(keyvals ...interface{})
- func DebugwWithContext(ctx context.Context, keyvals ...interface{})
- func Error(a ...interface{})
- func ErrorWithContext(ctx context.Context, a ...interface{})
- func Errorf(format string, a ...interface{})
- func ErrorfWithContext(ctx context.Context, format string, a ...interface{})
- func Errorw(keyvals ...interface{})
- func ErrorwWithContext(ctx context.Context, keyvals ...interface{})
- func Fatal(a ...interface{})
- func FatalWithContext(ctx context.Context, a ...interface{})
- func Fatalf(format string, a ...interface{})
- func FatalfWithContext(ctx context.Context, format string, a ...interface{})
- func Fatalw(keyvals ...interface{})
- func FatalwWithContext(ctx context.Context, keyvals ...interface{})
- func Info(a ...interface{})
- func InfoWithContext(ctx context.Context, a ...interface{})
- func Infof(format string, a ...interface{})
- func InfofWithContext(ctx context.Context, format string, a ...interface{})
- func Infow(keyvals ...interface{})
- func InfowWithContext(ctx context.Context, keyvals ...interface{})
- func Print(a ...interface{})
- func PrintWithContext(ctx context.Context, a ...interface{})
- func Printf(format string, a ...interface{})
- func PrintfWithContext(ctx context.Context, format string, a ...interface{})
- func Println(a ...interface{})
- func PrintlnWithContext(ctx context.Context, a ...interface{})
- func Printw(keyvals ...interface{})
- func PrintwWithContext(ctx context.Context, keyvals ...interface{})
- func Setup(opts ...Option) (closer io.Closer, err error)
- func Warn(a ...interface{})
- func WarnWithContext(ctx context.Context, a ...interface{})
- func Warnf(format string, a ...interface{})
- func WarnfWithContext(ctx context.Context, format string, a ...interface{})
- func Warnw(keyvals ...interface{})
- func WarnwWithContext(ctx context.Context, keyvals ...interface{})
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebugWithContext ¶
DebugWithContext .
func DebugfWithContext ¶
DebugfWithContext .
func DebugwWithContext ¶
DebugwWithContext .
func ErrorWithContext ¶
ErrorWithContext .
func ErrorfWithContext ¶
ErrorfWithContext .
func ErrorwWithContext ¶
ErrorwWithContext .
func FatalWithContext ¶
FatalWithContext .
func FatalfWithContext ¶
FatalfWithContext .
func FatalwWithContext ¶
FatalwWithContext .
func InfoWithContext ¶
InfoWithContext .
func InfofWithContext ¶
InfofWithContext .
func InfowWithContext ¶
InfowWithContext .
func PrintWithContext ¶
PrintWithContext .
func PrintfWithContext ¶
PrintfWithContext .
func PrintlnWithContext ¶
PrintlnWithContext .
func PrintwWithContext ¶
PrintwWithContext .
func WarnWithContext ¶
WarnWithContext .
func WarnfWithContext ¶
WarnfWithContext .
func WarnwWithContext ¶
WarnwWithContext .
Types ¶
Click to show internal directories.
Click to hide internal directories.