/AWS1/CL_TBDLOGCONFIGURATION¶
Log configuration details.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_logdriver
TYPE /AWS1/TBDLOGDRIVER
/AWS1/TBDLOGDRIVER
¶
The log drivers for worker related logs.
Optional arguments:¶
it_options
TYPE /AWS1/CL_TBDLOGOPTIONS_W=>TT_LOGOPTIONS
TT_LOGOPTIONS
¶
The options for a log driver.
it_parameters
TYPE /AWS1/CL_TBDLOGPARAMETERS_W=>TT_LOGPARAMETERS
TT_LOGPARAMETERS
¶
The parameters for the log configuration.
iv_error
TYPE /AWS1/TBDLOGERROR
/AWS1/TBDLOGERROR
¶
The log configuration error details.
Queryable Attributes¶
logDriver¶
The log drivers for worker related logs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOGDRIVER() |
Getter for LOGDRIVER, with configurable default |
ASK_LOGDRIVER() |
Getter for LOGDRIVER w/ exceptions if field has no value |
HAS_LOGDRIVER() |
Determine if LOGDRIVER has a value |
options¶
The options for a log driver.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPTIONS() |
Getter for OPTIONS, with configurable default |
ASK_OPTIONS() |
Getter for OPTIONS w/ exceptions if field has no value |
HAS_OPTIONS() |
Determine if OPTIONS has a value |
parameters¶
The parameters for the log configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |
error¶
The log configuration error details.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERROR() |
Getter for ERROR, with configurable default |
ASK_ERROR() |
Getter for ERROR w/ exceptions if field has no value |
HAS_ERROR() |
Determine if ERROR has a value |