From 55d88cb7b554029228a2d0e6e0624a429b66ed27 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 23 Feb 2016 12:40:30 -0500 Subject: On iOS devices allow the current user/app to read the log messages it generates. --- Foundation/GTMLogger+ASL.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Foundation/GTMLogger+ASL.h') 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(). -- cgit v1.2.3