Skip to main content

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 logging
  • 1ย : Error only
  • 2ย : Error and Debug
  • 3ย : 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
Was this page helpful?