HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Delivers a single logging message to two defined output locations. More...
#include <rwsf/core/LogSplitter.h>
Inherits rwsf::LoggerImp.
This Logger implementation acts as a splitter, channeling the log output to two loggers at the same time. To use this logger implementation, specify ".createLogSplitter" in the loggers configuration file. Under the logger definition, the following properties must be specified:
logger1
One of two named loggers to write to. Must be defined in the configuration file.logger2
One of two named loggers to write to. Must be defined in the configuration file.Example of definition in logger configuration file, typically loggers.xml:
Copyright © 2019 Rogue Wave Software, Inc. All Rights Reserved. |