Description of class 'Trace'
Aim: implementation of basic methods to trace out messages with indentation levels.
Trace objects use a TraceWriter to switch between terminal and file outputs. Methods postfixed with "Debug" contain no code if the compilation flag DEBUG is not set.
For usage examples, see the test_trace.cpp file.