/AWS1/CL_IOWWIRELESSGWEVTLOG00¶
The log options for a wireless gateway event and can be used to set log levels for a specific wireless gateway event.
For a LoRaWAN gateway, possible events for a log message are CUPS_Request
and Certificate.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_event TYPE /AWS1/IOWWIRELESSGATEWAYEVENT /AWS1/IOWWIRELESSGATEWAYEVENT¶
The event for a log message, if the log message is tied to a wireless gateway.
iv_loglevel TYPE /AWS1/IOWLOGLEVEL /AWS1/IOWLOGLEVEL¶
The log level for a log message. The log levels can be disabled, or set to
ERRORto display less verbose logs containing only error information, or toINFOfor more detailed logs.
Queryable Attributes¶
Event¶
The event for a log message, if the log message is tied to a wireless gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENT() |
Getter for EVENT, with configurable default |
ASK_EVENT() |
Getter for EVENT w/ exceptions if field has no value |
HAS_EVENT() |
Determine if EVENT has a value |
LogLevel¶
The log level for a log message. The log levels can be disabled, or set to
ERRORto display less verbose logs containing only error information, or toINFOfor more detailed logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGLEVEL() |
Getter for LOGLEVEL, with configurable default |
ASK_LOGLEVEL() |
Getter for LOGLEVEL w/ exceptions if field has no value |
HAS_LOGLEVEL() |
Determine if LOGLEVEL 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_WIRELESSGWEVTLOGOPTIONLIST¶
TYPES TT_WIRELESSGWEVTLOGOPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWWIRELESSGWEVTLOG00 WITH DEFAULT KEY
.