Sitemap | Search || Zen Spider Website
/ Satori
/ Satori Class Index
/ Class TraceLevel
Class TraceLevel
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;
-
Sitemap | Search || Zen Spider Website
/ Satori
/ Satori Class Index
/ Class TraceLevel