1config BR2_PACKAGE_LOG4CPP 2 bool "log4cpp" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_TOOLCHAIN_HAS_THREADS 5 help 6 Log4cpp is library of C++ classes for flexible logging to 7 files, syslog, IDSA and other destinations. It is modeled 8 after the Log4j Java library, staying as close to their API 9 as is reasonable. 10 11 http://log4cpp.sourceforge.net/ 12 13comment "log4cpp needs a toolchain w/ C++, threads" 14 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 15