Documentation ¶
Overview ¶
Package glog is used to replace glog by klog.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // only provdes by klog InitFlags = klog.InitFlags Flush = klog.Flush Info = klog.Info InfoDepth = klog.InfoDepth Infoln = klog.Infoln Infof = klog.Infof Warning = klog.Warning WarningDepth = klog.WarningDepth Warningln = klog.Warningln Warningf = klog.Warningf Error = klog.Error ErrorDepth = klog.ErrorDepth Errorln = klog.Errorln Errorf = klog.Errorf Fatal = klog.Fatal FatalDepth = klog.FatalDepth Fatalln = klog.Fatalln Fatalf = klog.Fatalf Exit = klog.Exit ExitDepth = klog.ExitDepth Exitln = klog.Exitln Exitf = klog.Exitf )
Symbols to replace
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.