type google.golang.org/grpc/grpclog.componentData
21 uses
google.golang.org/grpc/grpclog (current package)
component.go#L28: type componentData struct {
component.go#L32: var cache = map[string]*componentData{}
component.go#L34: func (c *componentData) InfoDepth(depth int, args ...interface{}) {
component.go#L39: func (c *componentData) WarningDepth(depth int, args ...interface{}) {
component.go#L44: func (c *componentData) ErrorDepth(depth int, args ...interface{}) {
component.go#L49: func (c *componentData) FatalDepth(depth int, args ...interface{}) {
component.go#L54: func (c *componentData) Info(args ...interface{}) {
component.go#L58: func (c *componentData) Warning(args ...interface{}) {
component.go#L62: func (c *componentData) Error(args ...interface{}) {
component.go#L66: func (c *componentData) Fatal(args ...interface{}) {
component.go#L70: func (c *componentData) Infof(format string, args ...interface{}) {
component.go#L74: func (c *componentData) Warningf(format string, args ...interface{}) {
component.go#L78: func (c *componentData) Errorf(format string, args ...interface{}) {
component.go#L82: func (c *componentData) Fatalf(format string, args ...interface{}) {
component.go#L86: func (c *componentData) Infoln(args ...interface{}) {
component.go#L90: func (c *componentData) Warningln(args ...interface{}) {
component.go#L94: func (c *componentData) Errorln(args ...interface{}) {
component.go#L98: func (c *componentData) Fatalln(args ...interface{}) {
component.go#L102: func (c *componentData) V(l int) bool {
component.go#L114: c := &componentData{componentName}
loggerv2.go#L70: if _, ok := l.(*componentData); ok {
![]() |
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. |