Questions tagged [log4qt]

Log4Qt is a C++ port of the Apache Software Foundation Log4j package using the Trolltech Qt Framework. It is intended to be used by open source and commercial Qt projects.

4 questions
1
vote
1 answer

How to configure log4qt to append logs

I am using log4qt with RollingFileAppender in my QT application. Everytime I restart my application logs are not appended to the log file, the file is simply overwritten. Below is my log4qt.properties file. log4j.rootLogger = DEBUG,…
Vinod
  • 1,076
  • 2
  • 16
  • 33
0
votes
0 answers

Add static lib(file .lib) in .pro to compile a application Qt/Android

I have a problem to compile a project Qt/Android, because of the use of some static libs(windows .lib). The current situation of .pro file is this: android { QT += androidextras ANDROID_PACKAGE_SOURCE_DIR = $$PWD/native …
user3854612
  • 127
  • 1
  • 1
  • 7
0
votes
1 answer

Log4qt: DailyRollingFileAppender not rolling over

I am new to log4j (well, specifically log4qt). I have implemented a DailyRollingFileAppender, and expected the file to be rolled over at the beginning of a new day - butthis does not seem to be happening. Here is my .conf…
Homunculus Reticulli
  • 65,167
  • 81
  • 216
  • 341
0
votes
0 answers

QPluginLoader: custom plugin (with dependencies) failing to load in Qt

I am using QPluginLoader to build a QT application, using the Qt Plugin framework. I have built a plugin, but the framework is failing to load the plugin. My plugin has a dependency on a third party shlib (log4qt). The file is correctly identified,…
Homunculus Reticulli
  • 65,167
  • 81
  • 216
  • 341