|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
One of two interfaces that must be implemented to provide a custom logging implementation. The XSQL Page Processor asks the XSQLLoggerFactory associated with each request to create() an instance of an XSQLLogger to service the current request. If the factory implementation returns the same XSQLLogger instance to multiple requests, the logger implementation needs to be aware of this and synchronize access to any resources used for logging as necessary.
Method Summary | |
void |
logRequestEnd(XSQLPageRequest env) Event handler method invoked by the XSQL page processing engine at the end of the page request processing. |
void |
logRequestStart(XSQLPageRequest env) Event handler method invoked by the XSQL page processing engine at the start of the page request processing. |
Method Detail |
public void logRequestStart(XSQLPageRequest env)
public void logRequestEnd(XSQLPageRequest env)
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |