1 config BR2_PACKAGE_LOG4CPLUS
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_USE_WCHAR
5 depends on BR2_TOOLCHAIN_HAS_THREADS
7 log4cplus is a simple to use C++ logging API providing
8 thread-safe, flexible, and arbitrarily granular control
9 over log management and configuration. It is modelled
10 after the Java log4j API.
12 http://sourceforge.net/projects/log4cplus
14 comment "log4cplus needs a toolchain w/ C++, wchar, threads"
15 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)