Uses of Class
com.avoka.tm.svc.EventLogger
-
Packages that use EventLogger Package Description com.avoka.tm.svc Provides Service classes. -
-
Uses of EventLogger in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return EventLogger Modifier and Type Method Description EventLogger
EventLogger. setMessage(String message)
Set the event log message property.EventLogger
EventLogger. setRequest(HttpServletRequest request)
Set the request property to log.EventLogger
EventLogger. setTxn(Txn txn)
Set the transaction to associate with the event log.EventLogger
EventLogger. setTxnId(Long txnId)
Set the transaction record id to associate with the event log.EventLogger
EventLogger. setWriteToLogger(boolean writeToLogger)
Specify whether to write a message to the Log4J server.log file.
-