package
0.1.0
Repository: https://github.com/opsrampdeveloper/klog.git
Documentation: pkg.go.dev

# 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.

# Type aliases

Level is a shim.
Verbose is a shim.