/AWS1/CL_IOWWIRELESSGWLOGOPT00¶
The log options for wireless gateways and can be used to set log levels for a specific type of wireless gateway.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/IOWWIRELESSGATEWAYTYPE /AWS1/IOWWIRELESSGATEWAYTYPE¶
The wireless gateway type.
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.
Optional arguments:¶
it_events TYPE /AWS1/CL_IOWWIRELESSGWEVTLOG00=>TT_WIRELESSGWEVTLOGOPTIONLIST TT_WIRELESSGWEVTLOGOPTIONLIST¶
The list of wireless gateway event log options.
Queryable Attributes¶
Type¶
The wireless gateway type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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 |
Events¶
The list of wireless gateway event log options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTS() |
Getter for EVENTS, with configurable default |
ASK_EVENTS() |
Getter for EVENTS w/ exceptions if field has no value |
HAS_EVENTS() |
Determine if EVENTS 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_WIRELESSGWLOGOPTIONLIST¶
TYPES TT_WIRELESSGWLOGOPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWWIRELESSGWLOGOPT00 WITH DEFAULT KEY
.