Specify log entry types
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can specify one or more log entry types to write to the log file by using:
- The Log Entry Types (
-logentrytypes) startup parameter - The
LOG-ENTRY-TYPESattribute on theLOG-MANAGERsystem handle - The
agentLogEntryTypesand related properties in theopenedge.propertiesfile
The following table shows how to specify log entry types.
| Method | General syntax | Example |
|---|---|---|
| Startup parameter |
|
|
LOG-MANAGER system handle |
|
|
| OpenEdge Management or OpenEdge Explorer, or openedge.properties files |
|
|
DSLOG-MANAGER system handle |
|
|
For a detailed description of the Log Entry Types (-logentrytypes) startup parameter, see Startup Command and
Parameter Reference.
For a detailed description of the LOG-MANAGER system handle, see ABL Reference.
For more information on openedge.properties, see the openedge.properties.README file in path-to/instance-name/conf.
For information about specifying log entry types for the server context of DataServers, see Use the Microsoft SQL Data Server, and Use the Oracle Data Server.