Closed kuzzh closed 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.
log4j.appender.rollingFile.encoding=UTF-8
log4j.appender.console.encoding=UTF-8
So, this PR adds support for these property.
I found that log4qt currently does not support the "encoding" property in the configuration file, for example,
log4j.appender.rollingFile.encoding=UTF-8
, andlog4j.appender.console.encoding=UTF-8
, etc.So, this PR adds support for these property.