We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
I'm working on a Makefile for OpenWRT as I would like to use bitz-server on some embedded hardware. Unfortunately OpenWRT disables log4cpp.
Is it possible to add a flag to disable log4cpp and just log to syslog or an external file?
By the way, I've already got the other dependencies compiling file ;)
The text was updated successfully, but these errors were encountered:
Sorry for not responding any sooner. I'm not actually happy with log4cpp and have thought of replacing it for sometime.
I'll look into creating an internal logger so it can log either to files or use syslog but feel free to send a pull request if you have any ideas :).
Sorry, something went wrong.
spdlog seems interesting...
drop log4cpp and use spdlog instead (issue #6)
58b64ef
No branches or pull requests
Hi,
I'm working on a Makefile for OpenWRT as I would like to use bitz-server on some embedded hardware. Unfortunately OpenWRT disables log4cpp.
Is it possible to add a flag to disable log4cpp and just log to syslog or an external file?
By the way, I've already got the other dependencies compiling file ;)
The text was updated successfully, but these errors were encountered: