type google.golang.org/grpc/grpclog/internal.LoggerWrapper
12 uses
google.golang.org/grpc/grpclog/internal (current package)
logger.go#L34: type LoggerWrapper struct {
logger.go#L39: func (l *LoggerWrapper) Info(args ...any) {
logger.go#L44: func (l *LoggerWrapper) Infoln(args ...any) {
logger.go#L49: func (l *LoggerWrapper) Infof(format string, args ...any) {
logger.go#L54: func (l *LoggerWrapper) Warning(args ...any) {
logger.go#L59: func (l *LoggerWrapper) Warningln(args ...any) {
logger.go#L64: func (l *LoggerWrapper) Warningf(format string, args ...any) {
logger.go#L69: func (l *LoggerWrapper) Error(args ...any) {
logger.go#L74: func (l *LoggerWrapper) Errorln(args ...any) {
logger.go#L79: func (l *LoggerWrapper) Errorf(format string, args ...any) {
logger.go#L84: func (*LoggerWrapper) V(int) bool {
google.golang.org/grpc/grpclog
logger.go#L33: internal.LoggerV2Impl = &internal.LoggerWrapper{Logger: l}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)