ConfigureLogSettingsCommand Object


Description:

Command to configure log settings in the Chassis or Port.

Can be used with Command Sequencer: Yes

GUI Command Name: Basic: Configure Log Settings

Parents: Sequencer, StcSystem

ConfigureLogSettingsCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
EquipmentList

List of Chassis and Ports.

Type: handle

Default: 0

LoggerName

Logger Name to be configured.

Type: string

Default: "" (empty string)

LogLevel

Log level to be configured. Log will be available up to configured log level.

Type: enum

Default: ERROR

Possible Values:

Value Description
DEBUG

Log entries at debug level are not useful for end customers and represents information that is diagnostically helpful to developers, customer support, PMs, PVs and POs. Care must be taken, however, to strike the right balance between logging too much and too little.

INFO

Log entries at this level highlight progress and other informational content that can provide a quick overview of major state changes in the process.

WARN

This level indicates potentially harmful conditions that may impact the test application.

ERROR

This level indicates events that can lead to test or user action failure.

FATAL

This level indicates catastrophic failures.

ConfigureLogSettingsCommand Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes ElapsedTime, EndTime, ProgressCurrentStep, ProgressCurrentStepName, ProgressCurrentValue, ProgressDisplayCounter, ProgressMaxValue, ProgressStepsCount, StartTime, State, Status