Documentation ¶
Index ¶
- Constants
- func Debugf(format string, args ...interface{})
- func DebugfDepth(depth int, format string, args ...interface{})
- func DebugfWithContext(ctx context.Context, format string, args ...interface{})
- func DebugfWithContextDepth(ctx context.Context, depth int, format string, args ...interface{})
- func Errorf(format string, args ...interface{})
- func ErrorfDepth(depth int, format string, args ...interface{})
- func ErrorfWithContext(ctx context.Context, format string, args ...interface{})
- func ErrorfWithContextDepth(ctx context.Context, depth int, format string, args ...interface{})
- func Fatalf(format string, args ...interface{})
- func FatalfDepth(depth int, format string, args ...interface{})
- func FatalfWithContext(ctx context.Context, format string, args ...interface{})
- func FatalfWithContextDepth(ctx context.Context, depth int, format string, args ...interface{})
- func Infof(format string, args ...interface{})
- func InfofDepth(depth int, format string, args ...interface{})
- func InfofWithContext(ctx context.Context, format string, args ...interface{})
- func InfofWithContextDepth(ctx context.Context, depth int, format string, args ...interface{})
- func LevelEnabled(level int) bool
- func Tracef(format string, args ...interface{})
- func TracefDepth(depth int, format string, args ...interface{})
- func TracefWithContext(ctx context.Context, format string, args ...interface{})
- func TracefWithContextDepth(ctx context.Context, depth int, format string, args ...interface{})
- func Warningf(format string, args ...interface{})
- func WarningfDepth(depth int, format string, args ...interface{})
- func WarningfWithContext(ctx context.Context, format string, args ...interface{})
- func WarningfWithContextDepth(ctx context.Context, depth int, format string, args ...interface{})
Constants ¶
View Source
const ( // ctx.Context key for annotating log messages belonging to the same request. ReqIDContextKey = "Req-ID" // klog verbosity levels. LevelInfo = 0 LevelDebug = 4 LevelTrace = 5 )
Variables ¶
This section is empty.
Functions ¶
func DebugfDepth ¶
func DebugfWithContext ¶
func DebugfWithContextDepth ¶
func ErrorfDepth ¶
func ErrorfWithContext ¶
func ErrorfWithContextDepth ¶
func FatalfDepth ¶
func FatalfWithContext ¶
func FatalfWithContextDepth ¶
func InfofDepth ¶
func InfofWithContext ¶
func InfofWithContextDepth ¶
func LevelEnabled ¶
func TracefDepth ¶
func TracefWithContext ¶
func TracefWithContextDepth ¶
func WarningfDepth ¶
func WarningfWithContext ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.