#include <stdint.h>
Go to the source code of this file.
| #define __STDC_FORMAT_MACROS |
| #define GPR_ALIGN_STRUCT |
( |
|
n | ) |
|
| #define GPR_ATTRIBUTE_NO_TSAN |
| #define GPR_CACHELINE_SIZE_LOG 6 |
| #define GPR_MAX_ALIGNMENT 16 |
| #define GPR_PLATFORM_STRING "unknown" |
| #define GPR_PRINT_FORMAT_CHECK |
( |
|
FORMAT_STR, |
|
|
|
ARGS |
|
) |
| |
| #define GPR_UNREACHABLE_CODE |
( |
|
STATEMENT | ) |
|
Value:
abort(); \
STATEMENT; \
} while (0)
#define GPR_ERROR
Definition: log.h:58
GPRAPI void gpr_log(const char *file, int line, gpr_log_severity severity, const char *format,...) GPR_PRINT_FORMAT_CHECK(4
Log a message.
| #define GRPC_MUST_USE_RESULT |