OpenEdge.Logging.ConfigFileLoggerBuilder
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ClearConfig () |
/* Clears the config - resets last-read and other timestamps.
This will cause the next request for a file-based logger to re-check
the file on disk */
|
||
| OpenEdge.Logging.ILogWriter GetLoggerInstance () |
/* Constructs the actual logger instance
@return ILogWriter A new or cached logged */
|
||
| LoadFromFile (character) |
/* Loads logging config from a file
@param character The filename to load. */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ConfigFileLoggerBuilder () |
/* Static constructor */
|
||
| ConfigFileLoggerBuilder (character) |
/* Constructor
@param character The logger type being built */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL ConfigFileChanged |
|
||
| INTEGER FileCheckInterval |
|
||
| INT64 TimeSinceCheck |
|
Method Detail
ClearConfig ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.Logging.ILogWriter GetLoggerInstance ()
|
||||||||||||
LoadFromFile (character)
|
||||||||||||
Constructor Detail
STATIC ConfigFileLoggerBuilder ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
ConfigFileLoggerBuilder (character)
|
||||||||||||
Property Detail
LOGICAL ConfigFileChanged
|
||||||||
|---|---|---|---|---|---|---|---|---|
INTEGER FileCheckInterval
|
||||||||
INT64 TimeSinceCheck
|
||||||||