Set a default logging configuration
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can set a default logging configuration in the logging.config file. When the Logger framework is unable to find a
matching name or a parent configuration1 for
a configuration specified in the
LoggerBuilder:GetLogger() method, it uses the default logging
configuration to process log events. Use the DEFAULT_LOGGER property to specify a default logging configuration as
shown in this example:
|
1 You can set up a logger
hierarchy based on dotted strings. See Set up a logger hierarchy