How do I set the log level in swift for google analytics?
I have the line:
GAI.sharedInstance().logger.logLevel =
but I cannot find kGAILogLevelVerbose
in the swift constants.
The User Activity API allows a Google Analytics property owner to retrieve all analytics measurement data associated with a single user. Specifically, the API retrieves all of the measurement data associated with a particular User ID or Client ID.
Log analytics involves searching, analyzing, and visualizing machine data generated by your IT systems and technology infrastructure to gain operational insights. Traditional data analytics tools are simply not built to handle the variety and volume of rapidly proliferating machine data.
Try this:
GAI.sharedInstance().logger.logLevel = GAILogLevel.Verbose;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With