Imports of package textlogger

PathSynopsis
flagPackage flag implements command-line flag parsing.
github.com/go-logr/logrPackage logr defines a general-purpose logging API and abstract interfaces to back that API.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/klog/v2/internal/bufferPackage buffer provides a cache for byte.Buffer instances that can be reused to avoid frequent allocation and deallocation.
k8s.io/klog/v2/internal/serialize
k8s.io/klog/v2/internal/severityPackage severity provides definitions for klog severity (info, warning, ...)
k8s.io/klog/v2/internal/verbosity
osPackage os provides a platform-independent interface to operating system functionality.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.