Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Persists Infolog messages into the InventClosingLog table.
Syntax
public void writeInfoLog([LogType _logType, LogId _logId])
Run On
Called
Parameters
- _logType
Type: LogType Enumeration
An enumeration that is used to categorize the messages; optional.
- _logId
Type: LogId Extended Data Type
A string that is used to categorize the messages; optional.
Remarks
The log ID should be a unique string for each message when a high volume of messages is generated.
Messages will be displayed in the Infolog ordered by log ID.