InventClosingLog::writeLog Method
Inserts Infolog messages for a given date, voucher, and item ID into the database.
Syntax
client server public static void writeLog(
TransDate _transDate,
Voucher _voucher,
LogType _logType,
LogId _logId,
container _infologData)
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The date for which the messages are to be logged.
- _voucher
Type: Voucher Extended Data Type
The voucher for which the messages are to be logged.
- _logType
Type: LogType Enumeration
An enumeration used to categorize the messages by.
- _logId
Type: LogId Extended Data Type
A string used to categorize the messages by.
- _infologData
Type: container
The container in which the Infolog messages should be logged.