GRPC C++  1.62.0
Data Fields
gpr_log_func_args Struct Reference

Log overrides: applications can use this API to intercept logging calls and use their own implementations. More...

#include <log.h>

Data Fields

const char * file
 
int line
 
gpr_log_severity severity
 
const char * message
 

Detailed Description

Log overrides: applications can use this API to intercept logging calls and use their own implementations.

Field Documentation

◆ file

const char* gpr_log_func_args::file

◆ line

int gpr_log_func_args::line

◆ message

const char* gpr_log_func_args::message

◆ severity

gpr_log_severity gpr_log_func_args::severity

The documentation for this struct was generated from the following file: