type google.golang.org/grpc/internal/binarylog.logger
9 uses
google.golang.org/grpc/internal/binarylog (current package)
binarylog.go#L76: type logger struct {
binarylog.go#L86: func newEmptyLogger() *logger {
binarylog.go#L87: return &logger{}
binarylog.go#L91: func (l *logger) setDefaultMethodLogger(ml *methodLoggerConfig) error {
binarylog.go#L102: func (l *logger) setServiceMethodLogger(service string, ml *methodLoggerConfig) error {
binarylog.go#L116: func (l *logger) setMethodMethodLogger(method string, ml *methodLoggerConfig) error {
binarylog.go#L131: func (l *logger) setBlacklist(method string) error {
binarylog.go#L151: func (l *logger) getMethodLogger(methodName string) *MethodLogger {
env_config.go#L62: func (l *logger) fillMethodLoggerWithConfigString(config string) error {
![]() |
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. |