Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
51 views

I am attempting to cast a log4cxx::helpers::FileInputStreamPtr to log4cxx::helpers::InputStreamPtr. On Windows using the Visual Studio 2019 compiler, this works without issue. My current ...
Guy B's user avatar
  • 425
1 vote
1 answer
56 views

I am trying to build log4cxx from source on MacOS (Sequoia, 15.3.2). I am using gcc-14.2.0 installed via homebrew. I have built apr and apr-util from source using the same compiler. I have downloaded ...
Phil Evans's user avatar
0 votes
1 answer
60 views

I have httpd server and I have used log4cxx for logging. But the log4cxx I was using was very old and I need to upgrade it now. When I tried to do it, I saw so many files have been removed. For ...
Akhil kumar k's user avatar
1 vote
1 answer
113 views

I am trying to build log4cxx (on Windows) library for logging runtime info in my c++ project. As part of the build I have to build also two dependency libraries called apr and apr-util. I have ...
rdal's user avatar
  • 11
0 votes
1 answer
189 views

I'm using log4cxx::rolling::RollingFileAppender() for logging in my C++ application, without any asynchronous appenders. If I invoke logging from the main thread, will the main thread be blocked until ...
Rishad C's user avatar
1 vote
1 answer
104 views

I compiled my C++ code into a dynamic library using the NDK. Initially, my code was linked with the log4 dynamic library and used -llog to include the Android logging library. However, later on, I ...
YUE GU's user avatar
  • 13
0 votes
2 answers
260 views

I've got 2, according to me, identical cpp projects under Ubuntu Netbeans. LoggerTestProject CppApplication2 In the mainfiles of both I've integrated the following code: The result of compiling the ...
Uwe_98's user avatar
  • 985
0 votes
1 answer
268 views

I have a Qt program that I am updating has an inadequate logging system (which logs to syslog) so I wish to use Log4cxx (I am new to Log4cxx). I have tried some of the examples on the webpage (https://...
tj26's user avatar
  • 403
0 votes
1 answer
217 views

In Log4cxx I know that its possible to add filter to appender. But what if I want to add filter only to specific logger? LoggerPtr logger = Logger::getLogger("loggerName"); AppenderPtr ...
Aviel Fedida's user avatar
  • 4,112
2 votes
1 answer
696 views

I have installed ROS noetic on raspian buster but it get gives error when this command is implemented as per the procedure mentioned in http://wiki.ros.org/noetic/Installation/Source ./src/catkin/bin/...
lari's user avatar
  • 21
0 votes
1 answer
345 views

I'm using XML to configure log4cxx. The appender is a RollingFileAppender that outputs to a folder like yyyy/MM/dd/HHmm, and I need to know what that folder is at the end of the program. I can't get ...
Alex's user avatar
  • 3
1 vote
0 answers
66 views

In log4j 2 documents I am found http appender details to support http. But I am not able to find any information on http appender in log4cxx. is there any workaround for log4cxx to support http or ...
vijaybhaskar reddy's user avatar
0 votes
0 answers
106 views

I have a c++ application that uses log4cxx for logging. log4cxx configuration will be done via XML file where the logging level and different loggers can be enabled and disabled. with installation ...
novice's user avatar
  • 189
0 votes
1 answer
4k views

I´m running an application on a red hat image of docker. I have some .sh files but when executing them on the logs files I see this error: Log4cxx Please initialize the log4cxx system properly. ...
flteam's user avatar
  • 11
0 votes
1 answer
105 views

I'm using log4cxx 0.10.0, and I need to roll over either hourly or when the file size gets too large. My initial attempt was to configure rollingPolicy to be TimeBasedRollingPolicy and triggerPolicy ...
metageek's user avatar

15 30 50 per page
1
2 3 4 5
13