aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support/log.h
diff options
context:
space:
mode:
authorGravatar Arkady Shapkin <arkady.shapkin@gmail.com>2017-05-22 14:03:39 +0300
committerGravatar GitHub <noreply@github.com>2017-05-22 14:03:39 +0300
commitb046d0f511d9b47f277543479b4610483f54aeab (patch)
treef8fe33c579bffd73679ff0ecd72e4eb98e9e9cc8 /include/grpc/support/log.h
parentbce8712f801c47e6711d865d1807b3862158af62 (diff)
Export function gpr_log_severity_string for grpc_csharp_ext
Diffstat (limited to 'include/grpc/support/log.h')
-rw-r--r--include/grpc/support/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/log.h b/include/grpc/support/log.h
index 917b01183a..62324d8927 100644
--- a/include/grpc/support/log.h
+++ b/include/grpc/support/log.h
@@ -65,7 +65,7 @@ typedef enum gpr_log_severity {
#define GPR_LOG_VERBOSITY_UNSET -1
/** Returns a string representation of the log severity */
-const char *gpr_log_severity_string(gpr_log_severity severity);
+GPRAPI const char *gpr_log_severity_string(gpr_log_severity severity);
/** Macros to build log contexts at various severity levels */
#define GPR_DEBUG __FILE__, __LINE__, GPR_LOG_SEVERITY_DEBUG