#include <log.h>
Public Attributes | |
const char * | file |
int | line |
const char * | message |
gpr_log_severity | severity |
Log overrides: applications can use this API to intercept logging calls and use their own implementations
Definition at line 77 of file include/grpc/impl/codegen/log.h.
const char* gpr_log_func_args::file |
Definition at line 78 of file include/grpc/impl/codegen/log.h.
int gpr_log_func_args::line |
Definition at line 79 of file include/grpc/impl/codegen/log.h.
const char* gpr_log_func_args::message |
Definition at line 81 of file include/grpc/impl/codegen/log.h.
gpr_log_severity gpr_log_func_args::severity |
Definition at line 80 of file include/grpc/impl/codegen/log.h.