ILogSubmitter

Pass an object that implements this interface to VerID.shared.setLogSubmitter to implement your own log submitting mechanism.

Package com.appliedrec.ver_id.util

public interface ILogSubmitter

Methods

submitLog

Introduced in version 1.8

public submitLog(LogEntry[])

Called to submit log entries. You may want to for example send the log to a your server. This is always called on a worker thread.

Parameters

log com.appliedrec.ver_id.model.LogEntry[]
The log entries to submit

Throws

java.lang.Exception
Throw an exception if the submission fails