Red Hat 7下如何使用log4cxx

how to use log4cxx under the Red Hat 7

我正在尝试在 Red Hat 7 系统下的我的 c++ 项目中使用 log4cxx。

所以我用这个命令下载它:yum install log4cxx.x86_64

之后,我输入此命令:rpm -ql log4cxx 并收到此消息:

现在我不知道如何在我的项目中使用log4cxx。头文件在哪里? lib 文件在哪里?

提前致谢。

试试:

yum search log4cxx

您将获得:

....
log4cxx.i686 : A port to C++ of the Log4j project
log4cxx.x86_64 : A port to C++ of the Log4j project
log4cxx-devel.i686 : Header files for Log4xcc - a port to C++ of the Log4j project
log4cxx-devel.x86_64 : Header files for Log4xcc - a port to C++ of the Log4j project

yum install log4cxx-devel