Uses of Interface
de.aristaflow.adept2.core.logmanager.Log
-
Packages that use Log Package Description de.aristaflow.adept2.core.logmanager de.aristaflow.adept2.core.logmanager.logs -
-
Uses of Log in de.aristaflow.adept2.core.logmanager
Methods in de.aristaflow.adept2.core.logmanager with parameters of type Log Modifier and Type Method Description String
LogManager. formatCondition(SessionToken session, Log log, String conditionFormat, Serializable... values)
Formats the given condition format string and values to an SQL condition that can e.g. be used in the WHERE clause ofLogManager.query(SessionToken, String, int)
orread(SessionToken, String, String, int, String...)
. -
Uses of Log in de.aristaflow.adept2.core.logmanager.logs
Subinterfaces of Log in de.aristaflow.adept2.core.logmanager.logs Modifier and Type Interface Description interface
DataHistory
interface
ExecutionHistory
This is the defining interface for the execution history and its data structure.
-