ReqDemPlanTaskLogger::construct Method [AX 2012]

Constructs an instance of the ReqDemPlanTaskLogger class.

client server public static ReqDemPlanTaskLoggerInterface construct([boolean _startLogging])

Run On

Called

Parameters

_startLogging
Type: boolean
A boolean value indicating whether to start the message logging after constructing the class; optional, defaults to false.

Return Value

Type: ReqDemPlanTaskLoggerInterface Interface
A constructed ReqDemPlanTaskLogger class cast as a ReqDemPlanTaskLoggerInterface instance.
Show: