XLL+ Class Library (6.3)

XllConfigurator Class

A logging configuration class which configures the logging framework by reading a text file, whose name and location is relative to the currently executing XLL add-in.

class psl::log::XllConfigurator

Configuration files

The configuration file is expected to be in the same directory as the XLL file. Its name should be the same as the XLL, with the addition of the suffix .log.ini. For example, an add-in MyAddin.xll will search for a log configuration file MyAddin.xll.log.ini.

For the format of the configuration file, see Configuration files.

Requirements

Header: cpplog.h
Namespace: psl::log

See Also

XllConfigurator Methods | cpplog.h | Logging (User Guide)