# README
glog
This repo contains a package that exposes an API subset of the glog package. All logging state delivered to this package is shunted to the global klog logger.
This package makes it so we can intercept the calls to glog and redirect them to klog and thus produce a consistent log for our processes.
This code was inspired by https://github.com/istio/glog/
# Functions
Error is a shim.
ErrorDepth is a shim.
Errorf is a shim.
Errorln is a shim.
Exit is a shim.
ExitDepth is a shim.
Exitf is a shim.
Exitln is a shim.
Fatal is a shim.
FatalDepth is a shim.
Fatalf is a shim.
Fatalln is a shim.
Flush is a shim.
Info is a shim.
InfoDepth is a shim.
Infof is a shim.
Infoln is a shim.
V is a shim.
Warning is a shim.
WarningDepth is a shim.
Warningf is a shim.
Warningln is a shim.