aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMLogger+ASL.h
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-02-23 12:40:30 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2016-02-23 12:40:30 -0500
commit55d88cb7b554029228a2d0e6e0624a429b66ed27 (patch)
tree3f93a9c4567520dd9738c1581186a64cbf15f9b9 /Foundation/GTMLogger+ASL.h
parente2a081579316bc905905e83acb5be55fd9aab508 (diff)
On iOS devices allow the current user/app to read the log messages it generates.
Diffstat (limited to 'Foundation/GTMLogger+ASL.h')
-rw-r--r--Foundation/GTMLogger+ASL.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Foundation/GTMLogger+ASL.h b/Foundation/GTMLogger+ASL.h
index 3b41e68..b9a932e 100644
--- a/Foundation/GTMLogger+ASL.h
+++ b/Foundation/GTMLogger+ASL.h
@@ -93,6 +93,7 @@
@interface GTMLoggerASLClient : NSObject {
@private
aslclient client_;
+ aslmsg msgOptions_;
}
// Designated initializer, |facility| is supplied to asl_open().