Files
kubesphere/vendor/k8s.io/klog/klogr/README.md
runzexia 34ddd34944 Merge branch 'master' into crd-gen
Signed-off-by: runzexia <runzexia@yunify.com>

# Conflicts:
#	go.mod
#	go.sum
2019-07-31 11:31:41 +08:00

9 lines
318 B
Markdown

# Minimal Go logging using klog
This package implements the [logr interface](https://github.com/go-logr/logr)
in terms of Kubernetes' [klog](https://github.com/kubernetes/klog). This
provides a relatively minimalist API to logging in Go, backed by a well-proven
implementation.
This is a BETA grade implementation.