MEONMedical / Log4Qt

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

Add support for the property "encoding" in the configuration file #71

Closed kuzzh closed 2 years ago

kuzzh commented 2 years ago

I found that log4qt currently does not support the "encoding" property in the configuration file, for example, log4j.appender.rollingFile.encoding=UTF-8, and log4j.appender.console.encoding=UTF-8, etc.

So, this PR adds support for these property.