Home
last modified time | relevance | path

Searched refs:gpr_log_severity (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/include/grpc/impl/codegen/
Dlog.h43 typedef enum gpr_log_severity { enum
47 } gpr_log_severity; typedef
52 GPRAPI const char* gpr_log_severity_string(gpr_log_severity severity);
61 GPRAPI void gpr_log(const char* file, int line, gpr_log_severity severity,
64 GPRAPI int gpr_should_log(gpr_log_severity severity);
67 gpr_log_severity severity, const char* message);
70 GPRAPI void gpr_set_log_verbosity(gpr_log_severity min_severity_to_print);
80 gpr_log_severity severity;
/external/grpc-grpc/src/core/lib/gpr/
Dlog.cc35 const char* gpr_log_severity_string(gpr_log_severity severity) { in gpr_log_severity_string()
47 int gpr_should_log(gpr_log_severity severity) { in gpr_should_log()
54 void gpr_log_message(const char* file, int line, gpr_log_severity severity, in gpr_log_message()
69 void gpr_set_log_verbosity(gpr_log_severity min_severity_to_print) { in gpr_set_log_verbosity()
Dlog_android.cc30 static android_LogPriority severity_to_log_priority(gpr_log_severity severity) { in severity_to_log_priority()
42 void gpr_log(const char* file, int line, gpr_log_severity severity, in gpr_log()
Dlog_linux.cc45 void gpr_log(const char* file, int line, gpr_log_severity severity, in gpr_log()
Dlog_windows.cc35 void gpr_log(const char* file, int line, gpr_log_severity severity, in gpr_log()
Dlog_posix.cc35 void gpr_log(const char* file, int line, gpr_log_severity severity, in gpr_log()
/external/grpc-grpc/src/core/lib/surface/
Dcall.h87 void grpc_call_log_batch(const char* file, int line, gpr_log_severity severity,
Dcall_log_batch.cc110 void grpc_call_log_batch(const char* file, int line, gpr_log_severity severity, in grpc_call_log_batch()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h464 typedef const char*(*gpr_log_severity_string_type)(gpr_log_severity severity);
467 typedef void(*gpr_log_type)(const char* file, int line, gpr_log_severity severity, const char* form…
470 typedef int(*gpr_should_log_type)(gpr_log_severity severity);
473 typedef void(*gpr_log_message_type)(const char* file, int line, gpr_log_severity severity, const ch…
476 typedef void(*gpr_set_log_verbosity_type)(gpr_log_severity min_severity_to_print);
/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h271 void grpc_call_log_op(const char* file, int line, gpr_log_severity severity,
/external/grpc-grpc/src/core/lib/transport/
Dtransport_op_string.cc201 void grpc_call_log_op(const char* file, int line, gpr_log_severity severity, in grpc_call_log_op()