Class TraceLevel


class TraceLevel
Programmer: Ryan Davis

Description:

Provide debugging output capability that can change behavior based on the current debug level. This stack based utility is the only way to set the tracing level. It also sets it back to the previous level when it goes out of scope. This is what stack based utilities do!!!

Public Methods:

TraceLevel (const UInteger newLevel);


~TraceLevel ();


Protected Methods:

Protected Members:


const UInteger oldLevel;