我在 c++ 中遇到错误使用 log4cxx 进行编程
我在使用 log4cxx 时在 C++ 程序中遇到错误。错误信息是:
error:Please initialize the log4cxx system properly
请帮忙解决,
先谢谢了。
I am getting error in c++ program while using log4cxx. The error message is:
error:Please initialize the log4cxx system properly
Please help to resolve,
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIR你必须在程序开始时配置log4cxx系统,例如使用
BasicConfigurator
,如Apache log4cxx 简介:HTH
马丁
AFAIR you have to configure the log4cxx system at the beginning of your program, e.g. using a
BasicConfigurator
as shown in this Short introduction to Apache log4cxx:HTH
Martin