java.lang.Object | |
↳ | com.microstrategy.utils.log.SimpleDebugger |
Instead of using System.out.println statements during development tracing, this factory provides an efficient means of handling debug statements.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected static final PrintWriter | out |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static boolean | getDebug() | ||||||||||
static String | getStackTrace(Throwable e) | ||||||||||
static Write |
instance()
Returns a debugging object that depends upon the
debug value in webconfig.properties.
| ||||||||||
static void | setDebug(boolean debug) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a debugging object that depends upon the debug value in webconfig.properties. Setting debug=true will enable printing to the screen, otherwise all messages are suppressed.