package log
import "k8s.io/kubernetes/test/e2e/framework/log"
Package log will be removed after switching to use core framework log. Do not make further changes here!
Index ¶
- func Failf(format string, args ...interface{})
- func FailfWithOffset(offset int, format string, args ...interface{})
- func Logf(format string, args ...interface{})
Functions ¶
func Failf ¶
func Failf(format string, args ...interface{})
Failf logs the fail info.
func FailfWithOffset ¶
FailfWithOffset calls "Fail" and logs the error at "offset" levels above its caller (for example, for call chain f -> g -> FailfWithOffset(1, ...) error would be logged for "f").
func Logf ¶
func Logf(format string, args ...interface{})
Logf logs the info.
Source Files ¶
logger.go
- Version
- v1.23.3
- Published
- Jan 25, 2022
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 3 minutes ago –
Tools for package owners.