|
Anypia Programmer's Documentation
|
Controls the logfiles used to trace execution of code.
class Trace;
This class maintains a vector of TraceListener objects. When a Trace function is called, the corresponding function is called for each TraceListener object. Note that all public functions are static, and there is no public constructor. Simply use the static functions directly, without an instance of Trace, i.e. Trace::writeLine("abc").
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|