Changes
/* How to configure */
Enabling can be done by simlpy setting the desired log level value of (for e.g. switchValue="Verbose" or higher)
Disabling can be done by simply setting the log level value of all three tracers from (e.g. switchValue="Verbose" to switchValue="Off").
There is the possibility to enable only the Activity Tracing log level and this can be done by simply adding the ActivityTracing after the Verbose value(e.g. switchValue="VerboseOff, ActivityTracing" to ), or both log levels can be enabled at the same time(e.g. switchValue="OffVerbose, ActivityTracing").
By deafult all switchValues are set to "Off".