| 
 | Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-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(String logmessage)Logs the timestamp and the debug message. | 
|  void | debug(String logmessage, Object caller)Logs the class name and the debug message. | 
|  void | error(String logmessage)Logs the timestamp and the error message. | 
|  void | error(String logmessage, Object caller)Logs the class name and the error message. | 
|  void | error(Throwable e)Logs the timestamp and the ExceptionorError. | 
|  void | fatal(String logmessage)Logs the timestamp and the fatal message. | 
|  void | fatal(String logmessage, Object caller)Logs the class name and the fatal message. | 
|  void | fatal(Throwable e)Logs the timestamp and the fatal exception. | 
|  int | getLogLevel()Returns the current logging level. | 
|  void | info(String logmessage)Logs the timestamp and the info message. | 
|  void | info(String logmessage, Object caller)Logs the class name and the info message. | 
|  void | trace(String logmessage)Logs the timestamp and the trace message. | 
|  void | trace(String logmessage, Object caller)Logs the class name and the trace message. | 
|  void | trace(Throwable e)Logs the timestamp and the full tracestack in debug mode. | 
|  void | warn(String logmessage)Logs the timestamp and the warning message. | 
|  void | warn(String logmessage, Object caller)Logs the class name and the warning message. | 
| Method Detail | 
public void fatal(String logmessage,
                  Object caller)
logmessage - the log messagecaller - the calling objectpublic void fatal(String logmessage)
logmessage - the log messagepublic void fatal(Throwable e)
e - the Exception or Error to be logged
public void error(String logmessage,
                  Object caller)
logmessage - the log messagecaller - the calling objectpublic void error(String logmessage)
logmessage - the log messagepublic void error(Throwable e)
Exception or Error.e - the Exception or Error to be logged
public void warn(String logmessage,
                 Object caller)
logmessage - the log messagecaller - the calling objectpublic void warn(String logmessage)
logmessage - the log message
public void info(String logmessage,
                 Object caller)
logmessage - the log messagecaller - the calling objectpublic void info(String logmessage)
logmessage - the log message
public void debug(String logmessage,
                  Object caller)
logmessage - the log messagecaller - the calling objectpublic void debug(String logmessage)
logmessage - the log messagepublic int getLogLevel()
public void trace(Throwable e)
e - the Exception or Error to be logged
public void trace(String logmessage,
                  Object caller)
logmessage - the log messagecaller - the calling objectpublic void trace(String logmessage)
logmessage - the log message| 
 | Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||