Utilities
Utilitiesโ
The Tracker also provides several extra utilities that can be used.
Logโ
There is a custom logging wrapper which allows you to control the level of Tracker logging that occurs. You can set the level via:
Log.SetLogLevel({0,1,2 or 3});
0
ย : Turns of all logging1
ย : Error only2
ย : Error and Debug3
ย : Error, Debug and Verbose
8.2 ConcurrentQueueโ
Due to the .NET 2.0 limitations in earlier versions of the Snowplow Unity Tracker we have had to implement our own ThreadSafe queue which can be found in the following package:
SnowplowTracker.Collections