|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines methods for logging diagnostic messages.
Method Summary | |
void |
print(java.lang.String message)
Prints a trace message. |
void |
println(java.lang.String message)
Prints a trace message and terminates the line. |
java.lang.String |
toString()
return a user friendly string describing the Diagnostic implementation |
Method Detail |
public void print(java.lang.String message)
message
- the text to be printed.public void println(java.lang.String message)
message
- the text to be printed.public java.lang.String toString()
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |