/AWS1/CL_CWLINPUTLOGEVENT¶
Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_timestamp TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
iv_message TYPE /AWS1/CWLEVENTMESSAGE /AWS1/CWLEVENTMESSAGE¶
The raw event message. Each log event can be no larger than 1 MB.
Queryable Attributes¶
timestamp¶
The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
message¶
The raw event message. Each log event can be no larger than 1 MB.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INPUTLOGEVENTS¶
TYPES TT_INPUTLOGEVENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLINPUTLOGEVENT WITH DEFAULT KEY
.