Logging system in Qt.
-
Hello!
Usually I am using my own solution for logging, but now researching about Qt-native logging. Is in Qt logging system included? I mean not qmessagelogger, I mean full featured logging system that allow to store logs and send it if need to server? I found some of them, but all of them 3d-part libs:- http://jpnaude.github.io/Qtilities/page_logging.html
- http://log4qt.sourceforge.net or https://github.com/MEONMedical/Log4Qt
- https://github.com/sfadiga/QLogger
There are some examples of using qmessagelogger for storing logs to file:
What is the best way to store logs and send it in current Qt?
-
Hello!
Usually I am using my own solution for logging, but now researching about Qt-native logging. Is in Qt logging system included? I mean not qmessagelogger, I mean full featured logging system that allow to store logs and send it if need to server? I found some of them, but all of them 3d-part libs:- http://jpnaude.github.io/Qtilities/page_logging.html
- http://log4qt.sourceforge.net or https://github.com/MEONMedical/Log4Qt
- https://github.com/sfadiga/QLogger
There are some examples of using qmessagelogger for storing logs to file:
What is the best way to store logs and send it in current Qt?
-
Hello!
Usually I am using my own solution for logging, but now researching about Qt-native logging. Is in Qt logging system included? I mean not qmessagelogger, I mean full featured logging system that allow to store logs and send it if need to server? I found some of them, but all of them 3d-part libs:- http://jpnaude.github.io/Qtilities/page_logging.html
- http://log4qt.sourceforge.net or https://github.com/MEONMedical/Log4Qt
- https://github.com/sfadiga/QLogger
There are some examples of using qmessagelogger for storing logs to file:
What is the best way to store logs and send it in current Qt?