ReleaseUpdateDB::log Method [AX 2012]
Writes a log message to the ReleaseUpdateLog table.
server public static void log(str _message, [ReleaseUpdateLogType _logType])
Run On
ServerParameters
- _message
- Type: str
The message to write.
- _logType
- Type: ReleaseUpdateLogType Enumeration
The type of the log message.
Show: