/AWS1/CL_CWLOUTPUTLOGEVENT¶
Represents a log event.
CONSTRUCTOR¶
IMPORTING¶
Optional 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 data contained in the log event.
iv_ingestiontime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The time the event was ingested, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
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 data contained in the log event.
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 |
ingestionTime¶
The time the event was ingested, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INGESTIONTIME() |
Getter for INGESTIONTIME, with configurable default |
ASK_INGESTIONTIME() |
Getter for INGESTIONTIME w/ exceptions if field has no value |
HAS_INGESTIONTIME() |
Determine if INGESTIONTIME 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_OUTPUTLOGEVENTS¶
TYPES TT_OUTPUTLOGEVENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLOUTPUTLOGEVENT WITH DEFAULT KEY
.