Hazox Issue Tracker : Article #118
EMS32 Application Logging
What Is Application Logging?

Application logging (or simply "logging") is a feature of EMS that creates a text file which can be used to track what the program has done. This file can be helpful is situations where the program crahses or behaves in an unexpected or undesired way.

When logging is enabled, EMS will begin creating log files in its directory. A new log file will be created every day, with the date as part of the filename.

Note: Because these files can become large, we recommend disabling this feature for normal production situations.


Enabling Logging

In order to enable EMS application logging, you add an entry to the EMS32.ini file (or whatever .ini file the application is using).

In the [Defaults] section, add the following line:

LogLevel=9


Disabling Logging

To disable logging, simply delete the "LogLevel=9" line or change it to "LogLevel=0".

Updated: 09/11/2001 06:03PM Visited: 185