MEONMedical / Log4Qt

Log4Qt - Logging for the Qt cross-platform application framework
Apache License 2.0
580 stars 234 forks source link

How can I log async and remotely ? #31

Closed renathoaz closed 6 years ago

renathoaz commented 6 years ago

Is there any way to log async and remotely with Log4QT?

andibacher commented 6 years ago

With the AsyncAppender you log asynchronously -> The class AsyncAppender lets users log events asynchronously.

and remote is possible with the TelnetAppender -> The class TelnetAppender appends log events to a read-only socket (telnet).