Data type:
Applies to: Use the LOG-ENTRY-TYPES attribute to specify one or more types of log entries to write to the log file. For an OpenEdge client, the Client Logging (-clientlog) startup parameter or the LOG-MANAGER system handle’s LOGFILE-NAME attribute specifies the log file. For a DataServer server, the DataServer Logging (-dslog) startup parameter specifies the log file.The LOG-ENTRY-TYPES attribute corresponds to the Log Entry Types (-logentrytypes) startup parameter.By default, the logging level you specify using the LOGGING-LEVEL attribute or the Logging Level (-logginglevel) startup parameter applies to all log entry types specified. However, you can specify a different logging level for each entry type by assigning a character expression as follows:
LOG-MANAGER:LOG-ENTRY-TYPES ="log-entry-type :level,log-entry-type :level "Table 86 describes the log entry types for the LOG-MANAGER system handle.Table 87 describes the log entry types for the DSLOG-MANAGER system handle.
Table 87: Connects Cursor SQL Trans Performance
LOG-MANAGER:LOG-ENTRY-TYPES = "DB.Connects,4GLTrace:2,DynObjects.UI:3"
LOG-MANAGER:LOG-ENTRY-TYPES = "DynObjects.*"See also the reference entries for the Client Logging (-clientlog), DataServer Logging (-dslog), Log Entry Types (-logentrytypes), and Logging Level (-logginglevel) startup parameters in OpenEdge Deployment: Startup Command and Parameter Reference.For more information about log entry types and logging levels, see OpenEdge Development: Debugging and Troubleshooting.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |