Versions in this module Expand all Collapse all v1 v1.42.11 Feb 5, 2024 Changes in this version + func Error(args ...interface{}) + func Errorf(format string, args ...interface{}) + func Errorln(args ...interface{}) + func Fatal(args ...interface{}) + func Fatalf(format string, args ...interface{}) + func Fatalln(args ...interface{}) + func Info(args ...interface{}) + func Infof(format string, args ...interface{}) + func Infoln(args ...interface{}) + func Print(args ...interface{}) + func Printf(format string, args ...interface{}) + func Println(args ...interface{}) + func SetLogger(l Logger) + func SetLoggerV2(l LoggerV2) + func V(l int) bool + func Warning(args ...interface{}) + func Warningf(format string, args ...interface{}) + func Warningln(args ...interface{}) + type DepthLoggerV2 interface + ErrorDepth func(depth int, args ...interface{}) + FatalDepth func(depth int, args ...interface{}) + InfoDepth func(depth int, args ...interface{}) + WarningDepth func(depth int, args ...interface{}) + func Component(componentName string) DepthLoggerV2 + type Logger interface + Fatal func(args ...interface{}) + Fatalf func(format string, args ...interface{}) + Fatalln func(args ...interface{}) + Print func(args ...interface{}) + Printf func(format string, args ...interface{}) + Println func(args ...interface{}) + type LoggerV2 interface + Error func(args ...interface{}) + Errorf func(format string, args ...interface{}) + Errorln func(args ...interface{}) + Fatal func(args ...interface{}) + Fatalf func(format string, args ...interface{}) + Fatalln func(args ...interface{}) + Info func(args ...interface{}) + Infof func(format string, args ...interface{}) + Infoln func(args ...interface{}) + V func(l int) bool + Warning func(args ...interface{}) + Warningf func(format string, args ...interface{}) + Warningln func(args ...interface{}) + func NewLoggerV2(infoW, warningW, errorW io.Writer) LoggerV2 + func NewLoggerV2WithVerbosity(infoW, warningW, errorW io.Writer, v int) LoggerV2 v1.42.9-rc1 Feb 5, 2024