ReleaseUpdateDB::log Method [AX 2012]

Writes a log message to the ReleaseUpdateLog table.

server public static void log(str _message, [ReleaseUpdateLogType _logType])

Run On

Server

Parameters

_message
Type: str
The message to write.
_logType
Type: ReleaseUpdateLogType Enumeration
The type of the log message.

This method is used by the upgrade framework to add general logs during upgrade.

The logs include the time stamp that can be used to check for performance of every upgrade step.

Show: