/AWS1/CL_LMDEVSRCMAPLOGCONFIG¶
(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. Use this configuration object to define the level of logs for your event source mapping.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_systemloglevel TYPE /AWS1/LMDEVSRCMAPSYSLOGLEVEL /AWS1/LMDEVSRCMAPSYSLOGLEVEL¶
The log level you want your event source mapping to use. Lambda event poller only sends system logs at the selected level of detail and lower, where
DEBUGis the highest level andWARNis the lowest. For more information about these metrics, see Event source mapping logging.
Queryable Attributes¶
SystemLogLevel¶
The log level you want your event source mapping to use. Lambda event poller only sends system logs at the selected level of detail and lower, where
DEBUGis the highest level andWARNis the lowest. For more information about these metrics, see Event source mapping logging.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYSTEMLOGLEVEL() |
Getter for SYSTEMLOGLEVEL, with configurable default |
ASK_SYSTEMLOGLEVEL() |
Getter for SYSTEMLOGLEVEL w/ exceptions if field has no valu |
HAS_SYSTEMLOGLEVEL() |
Determine if SYSTEMLOGLEVEL has a value |