This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
Log Events
|
Constant | Type | Value | Comment |
Error message | Longint | 2 | |
Information message | Longint | 0 | |
Into 4D commands log | Longint | 3 | Indicates to 4D to record the message in the 4D commands log file, if this file has been activated. The 4D commands log file can be enabled using the SET DATABASE PARAMETER command (selector 34). |
Into 4D debug message | Longint | 1 | Indicates to 4D to send the message to the system debugging environment. The result depends on the platform:
|
Into 4D diagnostic log | Longint | 5 | Indicates to 4D to record the message in the 4D diagnostic file, if this file has been enabled. The diagnostic log file can be enabled using the SET DATABASE PARAMETER command (selector 79). |
Into 4D request log | Longint | 2 | Indicates to 4D to record the message in the 4D requests log, if this file has been activated |
Into system standard outputs | Longint | 6 | Indicates to 4D to send the message to a standard output stream. The message is sent to:
|
Into Windows log events | Longint | 0 | Indicates to 4D to send the message to the “Log events” of Windows. This log receives and stores messages coming from running applications. In this case, you can attribute a level of importance to message via the optional importance parameter (see below). Notes:
|
Warning message | Longint | 1 |
Product: 4D
Theme: List of constant themes
4D Language Reference ( 4D v20 R7)