|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openorb.pss.util.debug
public class debug
This class provides operation to write debug information.
| Constructor Summary | |
|---|---|
debug()
|
|
| Method Summary | |
|---|---|
static void |
debugMode(boolean debug)
Activate or desactivate the debug mode |
static void |
print(java.lang.String msg)
Print debug information |
static void |
printException(java.lang.Exception ex)
Print exception stack |
static void |
setDebugFile(java.lang.String fileName)
Set the debug file name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public debug()
| Method Detail |
|---|
public static void setDebugFile(java.lang.String fileName)
public static void debugMode(boolean debug)
public static void print(java.lang.String msg)
public static void printException(java.lang.Exception ex)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||