Skip to content

/AWS1/CL_LMVLOGGING

Configuration for MicroVM logging output. Specify exactly one: cloudWatch to enable CloudWatch logging, or disabled to turn off logging.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_disabled TYPE REF TO /AWS1/CL_LMVLOGGINGDISABLED /AWS1/CL_LMVLOGGINGDISABLED

Specifies that logging is disabled.

io_cloudwatch TYPE REF TO /AWS1/CL_LMVCLOUDWATCHLOGGING /AWS1/CL_LMVCLOUDWATCHLOGGING

Configuration for sending logs to Amazon CloudWatch Logs.


Queryable Attributes

disabled

Specifies that logging is disabled.

Accessible with the following methods

Method Description
GET_DISABLED() Getter for DISABLED

cloudWatch

Configuration for sending logs to Amazon CloudWatch Logs.

Accessible with the following methods

Method Description
GET_CLOUDWATCH() Getter for CLOUDWATCH