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