Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ prefixLogger
Function
prefixLogger
internal/xds/balancer/outlierdetection/logging.go:32–34 ·
view source on GitHub ↗
(p *outlierDetectionBalancer)
Source
from the content-addressed store, hash-verified
30
var
logger = grpclog.Component(
"xds"
)
31
32
func
prefixLogger(p *outlierDetectionBalancer) *internalgrpclog.PrefixLogger {
33
return
internalgrpclog.NewPrefixLogger(logger, fmt.Sprintf(prefix, p))
34
}
Callers
1
Build
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected