Share via


WrkCtrSchedulerLogger.writeToLog Method [AX 2012]

Writes a line to the log.

Syntax

public void writeToLog(
    WrkCtrSchedulerLogEvent _event, 
    str _logString, 
   [boolean _logSession])

Run On

Called

Parameters

  • _logString
    Type: str
    The string to log.
  • _logSession
    Type: boolean
    A Boolean value that indicates whether to include the session ID in the log line; optional.

See Also

Reference

WrkCtrSchedulerLogger Class