Skip to content

/AWS1/CL_IOWFUOTATASKLOGOPTION

The log options for FUOTA tasks and can be used to set log levels for a specific type of FUOTA task.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/IOWFUOTATASKTYPE /AWS1/IOWFUOTATASKTYPE

The FUOTA task type.

iv_loglevel TYPE /AWS1/IOWLOGLEVEL /AWS1/IOWLOGLEVEL

The log level for a log message. The log levels can be disabled, or set to ERROR to display less verbose logs containing only error information, or to INFO for more detailed logs.

Optional arguments:

it_events TYPE /AWS1/CL_IOWFUOTATSKEVTLOGOP00=>TT_FUOTATASKEVENTLOGOPTIONLIST TT_FUOTATASKEVENTLOGOPTIONLIST

The list of FUOTA task event log options.


Queryable Attributes

Type

The FUOTA task 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 ERROR to display less verbose logs containing only error information, or to INFO for 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 FUOTA task 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_FUOTATASKLOGOPTIONLIST

TYPES TT_FUOTATASKLOGOPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWFUOTATASKLOGOPTION WITH DEFAULT KEY
.