This repository has been archived by the owner on May 21, 2019. It is now read-only.
Setting iOS logLevel
In order to control the logLevel
you can add an item in your Info.plist with the key GAILogLevel
. The value you use is a number which corresponds to your desired log-level:
- 0: None
- 1: Errors
- 2: Warnings
- 3: Info
- 4: Verbose