/AWS1/CL_MPBLINKAPPLOGSAMPLING¶
Describes a link application log sample.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_errorlog TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
An error log entry.
iv_filterlog TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
A filter log entry.
Queryable Attributes¶
errorLog¶
An error log entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORLOG() |
Getter for ERRORLOG, with configurable default |
ASK_ERRORLOG() |
Getter for ERRORLOG w/ exceptions if field has no value |
STR_ERRORLOG() |
String format for ERRORLOG, with configurable default |
HAS_ERRORLOG() |
Determine if ERRORLOG has a value |
filterLog¶
A filter log entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERLOG() |
Getter for FILTERLOG, with configurable default |
ASK_FILTERLOG() |
Getter for FILTERLOG w/ exceptions if field has no value |
STR_FILTERLOG() |
String format for FILTERLOG, with configurable default |
HAS_FILTERLOG() |
Determine if FILTERLOG has a value |