Logs text to the database event log table (DBC.EventLog) and the message event log file for the current day.
Syntax
LOG errorlogtext
Syntax Elements
- errorlogtext
- text to be sent to the DBC.EventLog table.
Example: Logging specified text to the event log table and messages log file
In this example, the text “Vproc 1022 added as a parsing engine” is saved to the DBC.EventLog table and log file.
log Vproc 1022 added as a parsing engine.