ifw-core 7.0.0
 
Loading...
Searching...
No Matches
fndLog4cplusBridge.hpp
Go to the documentation of this file.
1
18
19#ifndef IFW_CORE_UTILS_BASE_FND_LOG4CPLUS_BRIDGE_HPP_
20#define IFW_CORE_UTILS_BASE_FND_LOG4CPLUS_BRIDGE_HPP_
21
22#include <string>
23
24namespace ifw::core::utils::base {
25
31 void InstallFndLog4cplusBridge(const std::string& logger_name);
32
33} // namespace ifw::core::utils::base
34
35#endif // IFW_CORE_UTILS_BASE_FND_LOG4CPLUS_BRIDGE_HPP_
Definition fndLog4cplusBridge.cpp:19
void InstallFndLog4cplusBridge(const std::string &logger_name)
Install the FND->log4cplus bridge as the process-wide ifw-fnd logger. Bridged FND* output goes to the...
Definition fndLog4cplusBridge.cpp:60