MEONMedical / Log4Qt

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

Unable to write file #56

Closed JXT-Eden closed 3 years ago

JXT-Eden commented 3 years ago

os: win10 qt:5.10.0 std:c++11 compiler:vs2015

Encapsulated as a singleton mode, in a multi-threaded environment, the use of DailyFileAppender mode, sometimes cannot write to the file and no error msg.

andibacher commented 3 years ago

Have or can you enabled the Logging of Log4Qt itself? For example in a log4qt property File with log4j.Debug=ALL or directly on the LogManger Logger LogManager::logLogger()->setLevel(....).

JXT-Eden commented 3 years ago

Have or can you enabled the Logging of Log4Qt itself? For example in a log4qt property File with log4j.Debug=ALL or directly on the LogManger Logger LogManager::logLogger()->setLevel(....).

conf Info is used in the code,if a log is large, whether it will block?

JXT-Eden commented 3 years ago

close