# README
k8s.io/component-base/logs
# Packages
Package datapol contains functions to determine if objects contain sensitive data to e.g.
No description provided by the author
No description provided by the author
like logs.Options, as a register module.
No description provided by the author
# Functions
AddFlags registers this package's flags on arbitrary FlagSets, such that they point to the same value as the global flags.
FlushLogs flushes logs immediately.
GlogSetter is a setter to set glog level.
InitLogs initializes logs the way we want for kubernetes.
NewLogFormatRegistry return new init LogFormatRegistry struct.
NewLogger creates a new log.Logger which sends logs to klog.Info.
NewOptions return new klog options.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
KlogWriter serves as a bridge between the standard log package and the glog package.
LogFormatRegistry store klog format registry.
Options has klog format parameters.