aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCallOptions.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-23 11:31:36 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-23 11:31:36 -0700
commit647e24c190465e9547583a631ac5b33de98ae812 (patch)
tree5300d584462d25e81f11e3db08faa46a77781afe /src/objective-c/GRPCClient/GRPCCallOptions.h
parent3c8e9886aca311ee2b26e7f7ef827ac7efb42716 (diff)
Put logContext in class extension
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCallOptions.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCallOptions.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCallOptions.h b/src/objective-c/GRPCClient/GRPCCallOptions.h
index 27834b2008..4f02b344b1 100644
--- a/src/objective-c/GRPCClient/GRPCCallOptions.h
+++ b/src/objective-c/GRPCClient/GRPCCallOptions.h
@@ -183,11 +183,6 @@ typedef NS_ENUM(NSInteger, GRPCTransportType) {
@property(copy, readonly) NSString *hostNameOverride;
/**
- * Parameter used for internal logging.
- */
-@property(readonly) id logContext;
-
-/**
* A string that specify the domain where channel is being cached. Channels with different domains
* will not get cached to the same connection.
*/
@@ -332,11 +327,6 @@ typedef NS_ENUM(NSInteger, GRPCTransportType) {
@property(copy, readwrite) NSString *hostNameOverride;
/**
- * Parameter used for internal logging.
- */
-@property(copy, readwrite) id logContext;
-
-/**
* A string that specify the domain where channel is being cached. Channels with different domains
* will not get cached to the same channel. For example, a gRPC example app may use the channel pool
* domain 'io.grpc.example' so that its calls do not reuse the channel created by other modules in