|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jbo.common.ADFLoggerDiagnosticImpl
public class ADFLoggerDiagnosticImpl
The class logs information by using ADFLogger starting in JDev 10.1.3.
This class is instantiated in DiagonsticFactory#createDiagnostic()
.
Constructor Summary | |
---|---|
ADFLoggerDiagnosticImpl() |
Method Summary | |
---|---|
void |
initialized(java.lang.String reason) Called to signal initialization of Diagnostic. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ADFLoggerDiagnosticImpl()
Method Detail |
---|
public void initialized(java.lang.String reason)
IDiagnostic2
initialized
in interface IDiagnostic2
reason
- describes the reason for initialization.public void print(java.lang.String message)
print
in interface IDiagnostic
message
- the text to be printed.public void println(java.lang.String message)
println
in interface IDiagnostic
message
- the text to be printed.public java.lang.String toString()
toString
in interface IDiagnostic
toString
in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |