Hello Antoine,

I don't really know a logging library...
Well, it's not really difficult to write a Logger module on your own : Qt provides all the good components to achieve that...
For instance, QTextStream, QFile to dump your log lines.
This code would be portable.

The only thing that you really have to implement is the log rotation & log packing into archive (if you need them).

I think there was already another thread about that, I'm looking for it !

By the way, I did a small logging class in my application, so I can help ;-)

Guilugi.