|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface used by Oracle SES SDK components to output messages to a log file.
Method Summary | |
void |
debug(java.lang.String logmessage) Logs the timestamp and the debug message. |
void |
debug(java.lang.String logmessage, java.lang.Object caller) Logs the class name and the debug message. |
void |
error(java.lang.String logmessage) Logs the timestamp and the error message. |
void |
error(java.lang.String logmessage, java.lang.Object caller) Logs the class name and the error message. |
void |
error(java.lang.Throwable e) Logs the timestamp and the Exception or Error . |
void |
fatal(java.lang.String logmessage) Logs the timestamp and the fatal message. |
void |
fatal(java.lang.String logmessage, java.lang.Object caller) Logs the class name and the fatal message. |
void |
fatal(java.lang.Throwable e) Logs the timestamp and the fatal exception. |
int |
getLogLevel() Returns the current logging level. |
void |
info(java.lang.String logmessage) Logs the timestamp and the info message. |
void |
info(java.lang.String logmessage, java.lang.Object caller) Logs the class name and the info message. |
void |
trace(java.lang.Throwable e) Logs the timestamp and the full tracestack in debug mode. |
void |
warn(java.lang.String logmessage) Logs the timestamp and the warning message. |
void |
warn(java.lang.String logmessage, java.lang.Object caller) Logs the class name and the warning message. |
Method Detail |
public void fatal(java.lang.String logmessage, java.lang.Object caller)
logmessage
- the log messagecaller
- the calling objectpublic void fatal(java.lang.String logmessage)
logmessage
- the log messagepublic void fatal(java.lang.Throwable e)
e
- the Exception
or Error
to be loggedpublic void error(java.lang.String logmessage, java.lang.Object caller)
logmessage
- the log messagecaller
- the calling objectpublic void error(java.lang.String logmessage)
logmessage
- the log messagepublic void error(java.lang.Throwable e)
Exception
or Error
.e
- the Exception
or Error
to be loggedpublic void warn(java.lang.String logmessage, java.lang.Object caller)
logmessage
- the log messagecaller
- the calling objectpublic void warn(java.lang.String logmessage)
logmessage
- the log messagepublic void info(java.lang.String logmessage, java.lang.Object caller)
logmessage
- the log messagecaller
- the calling objectpublic void info(java.lang.String logmessage)
logmessage
- the log messagepublic void debug(java.lang.String logmessage, java.lang.Object caller)
logmessage
- the log messagecaller
- the calling objectpublic void debug(java.lang.String logmessage)
logmessage
- the log messagepublic int getLogLevel()
public void trace(java.lang.Throwable e)
e
- the Exception
or Error
to be logged
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |