type google.golang.org/grpc/grpclog.DepthLoggerV2
9 uses
google.golang.org/grpc/grpclog (current package)
component.go#L110: func Component(componentName string) DepthLoggerV2 {
loggerv2.go#L208: type DepthLoggerV2 interface {
google.golang.org/grpc/internal/channelz
funcs.go#L297: func AddTraceEvent(l grpclog.DepthLoggerV2, id int64, depth int, desc *TraceEventDesc) {
logging.go#L30: func Info(l grpclog.DepthLoggerV2, id int64, args ...interface{}) {
logging.go#L42: func Infof(l grpclog.DepthLoggerV2, id int64, format string, args ...interface{}) {
logging.go#L55: func Warning(l grpclog.DepthLoggerV2, id int64, args ...interface{}) {
logging.go#L67: func Warningf(l grpclog.DepthLoggerV2, id int64, format string, args ...interface{}) {
logging.go#L80: func Error(l grpclog.DepthLoggerV2, id int64, args ...interface{}) {
logging.go#L92: func Errorf(l grpclog.DepthLoggerV2, id int64, format string, args ...interface{}) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |