This is an efficient pure Go implementation of leveled logs in the manner of the
open source C++ package
This package provides symbolic links that alias the following Go import paths to
k8s.io/klog:
– k8s.io/klog/v2
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
k8s.io/klog.