MCPcopy
hub / github.com/grpc/grpc-go / init

Function init

authz/audit/stdout/stdout_logger.go:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35const Name = "stdout_logger"
36
37func init() {
38 audit.RegisterLoggerBuilder(&loggerBuilder{
39 goLogger: log.New(os.Stdout, "", 0),
40 })
41}
42
43type event struct {
44 FullMethodName string `json:"rpc_method"`

Callers

nothing calls this directly

Calls 1

RegisterLoggerBuilderFunction · 0.92

Tested by

no test coverage detected