Hello!
We consider using log4cpp in our application.
The last obstacle is the network: we must not use it.
Since it uses the Apache Portable Runtime, which remind us of Apache HTTP Server, we wonder if using it would made our application use the network.
Do you have information about it?
Thanks!!!
First of all log4cpp do not use Apache Portable Runtime. log4cxx use APR. If you do not configure any network appender then no network will be used.
Log in to post a comment.
Hello!
We consider using log4cpp in our application.
The last obstacle is the network: we must not use it.
Since it uses the Apache Portable Runtime, which remind us of Apache HTTP Server, we wonder if using it would made our application use the network.
Do you have information about it?
Thanks!!!
First of all log4cpp do not use Apache Portable Runtime. log4cxx use APR.
If you do not configure any network appender then no network will be used.