easyloggingpp icon indicating copy to clipboard operation
easyloggingpp copied to clipboard

How to display the log info in Qt widget (like QTextBrowser)?

Open Micalson opened this issue 3 years ago • 1 comments

Hello ,thank you for the nice code. In my software, I don't have the console. How to display the log info using easylogingpp?

Regards,

Micalson avatar Jun 30 '21 23:06 Micalson

@Micalson Well if I'm not mistaken easylogging++ outputs text either to a file or the standard output (that you see in your console). You need to redirect the std::cout output to your QTextBrowser. This is however not a topic for here.

aleksandaratanasov avatar Aug 16 '21 13:08 aleksandaratanasov