A logging configuration class which configures the logging framework by reading a text file, whose name and location is relative to the currently executing module.
class psl::log::ModulePropertyConfigurator |
The configuration file is expected to be in the same directory as the executing module.
Its name should be the same as the executing module, with the addition of the suffix
.log.ini
. For example, a module MyLib.dll
will search for a log configuration file MyLib.dll.log.ini
and
a program program.exe
will search for a log configuration file program.exe.log.ini
.
For the format of the configuration file, see Configuration files.
Header: cpplog.h
Namespace: psl::log
ModulePropertyConfigurator Methods | cpplog.h | Logging (User Guide)