| Interface | Description |
|---|---|
| LogEntry |
This interface represents an entry in a
Log and provides getters and
setters for each of the supported
data types. |
| LogEntrySet |
As the name implies,
LogEntrySet represents a set or list of log
entries. |
| LogEntrySet.Cursor |
| Class | Description |
|---|---|
| Column |
Represents a column in the entry schema of a
log in the log
management facility, aka.
|
| Schema |
A
Schema defines an ordered set of columns and is used in the
log manager to
describe the structure of
logs
complex columns and
Log.read(de.aristaflow.adept2.base.sessionmanagement.SessionToken, String, String, int, String...) |
| Enum | Description |
|---|---|
| CmpOperator |
An enumeration that defines the comparison operations supported by the log
management facility, aka.
|
| DataType |
Enumeration that defines the data types supported by the log management
facility, aka.
|