Uses of Class
com.avoka.tm.svc.ErrorLogger
-
Packages that use ErrorLogger Package Description com.avoka.tm.svc Provides Service classes. -
-
Uses of ErrorLogger in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return ErrorLogger Modifier and Type Method Description ErrorLogger
ErrorLogger. setError(Throwable error)
The error to log.ErrorLogger
ErrorLogger. setTxn(Txn txn)
Set the transaction to associate with the error log.ErrorLogger
ErrorLogger. setTxnId(Long txnId)
Set the transaction record id to associate with the error log.ErrorLogger
ErrorLogger. setType(String type)
Set the error log type property use to classify the error log record.
-