Trace
Tracing is the process of logging diagnostic information about your application at runtime. This module is useful for debugging, which could provide detailed info about internal workings.
Custom Trace Writer
The example shows how to create custom writer and to attached it to the tracing categories.
Create custom writer
Adding custom trace writer
Trace Specific Categories
In this example is demonstrated, how to trace a specific set of event categories, how to add new tracing category and to disable the tracing process at all.
Tracing specific categories of events
Trace add category
Check is category setting
Disable tracing
API Reference for the Trace Class