func init() { … } type klogWrapper … const klogWrapperDepth … func (klogWrapper) Info(args ...interface{ … } func (klogWrapper) Infoln(args ...interface{ … } func (klogWrapper) Infof(format string, args ...interface{ … } func (klogWrapper) Warning(args ...interface{ … } func (klogWrapper) Warningln(args ...interface{ … } func (klogWrapper) Warningf(format string, args ...interface{ … } func (klogWrapper) Error(args ...interface{ … } func (klogWrapper) Errorln(args ...interface{ … } func (klogWrapper) Errorf(format string, args ...interface{ … } func (klogWrapper) Fatal(args ...interface{ … } func (klogWrapper) Fatalln(args ...interface{ … } func (klogWrapper) Fatalf(format string, args ...interface{ … } func (klogWrapper) V(l int) bool { … }