|
IDebug © 1997-2001 Joseph Kiniry © 2000-2001 KindSoftware © 1997-1999 Caltech All Rights Reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--idebug.DebugOutputBase
|
+--idebug.ConsoleOutput
The primary class used to send debugging messages to the Java console via the stderr file descriptor.
Context,
Debug| Fields inherited from class idebug.DebugOutputBase |
debug |
| Constructor Summary | |
ConsoleOutput(Debug d)
Construct a new ConsoleOutput class. |
|
| Method Summary | |
java.lang.Object |
clone()
|
java.io.Writer |
getWriter()
Returns a Writer for this output interface if one is
available. |
void |
printMsg(int level,
java.lang.String message)
Print out the debugging message, no questions asked. |
void |
printMsg(java.lang.String message)
Print out the debugging message, no questions asked. |
void |
printMsg(java.lang.String category,
java.lang.String message)
Print out the debugging message, no questions asked. |
| Methods inherited from class idebug.DebugOutputBase |
isValidCategory, isValidLevel, print, print, print, print, println, println, println, println |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface idebug.DebugOutput |
isValidCategory, isValidLevel, print, print, print, print, println, println, println, println |
| Constructor Detail |
public ConsoleOutput(Debug d)
Construct a new ConsoleOutput class.
d - the Debug class associated with this ConsoleOutput.| Method Detail |
public void printMsg(java.lang.String category,
java.lang.String message)
DebugOutputPrint out the debugging message, no questions asked.
printMsg in interface DebugOutputprintMsg in class DebugOutputBaseidebug.DebugOutputcategory - is the category of this message.message - is the debugging message to print.
public void printMsg(int level,
java.lang.String message)
DebugOutputPrint out the debugging message, no questions asked.
printMsg in interface DebugOutputprintMsg in class DebugOutputBaseidebug.DebugOutputlevel - The debugging level of this message.message - The debugging message to print.public void printMsg(java.lang.String message)
DebugOutputPrint out the debugging message, no questions asked.
printMsg in interface DebugOutputprintMsg in class DebugOutputBaseidebug.DebugOutputmessage - The debugging message to print.public java.io.Writer getWriter()
DebugOutput Returns a Writer for this output interface if one is
available.
getWriter in interface DebugOutputgetWriter in class DebugOutputBaseidebug.DebugOutputWriter for this output interface if one is
available.Writerpublic java.lang.Object clone()
clone in class java.lang.Object
|
IDebug © 1997-2001 Joseph Kiniry © 2000-2001 KindSoftware © 1997-1999 Caltech All Rights Reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||