Searched refs:LoggingInterceptor (Results 1 – 1 of 1) sorted by relevance
657 struct LoggingInterceptor : public grpc::experimental::Interceptor { struct659 explicit LoggingInterceptor(grpc::experimental::ServerRpcInfo* info) : info_(info) {} in LoggingInterceptor() function680 return new LoggingInterceptor(info); in CreateServerInterceptor() argument