mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
updated QsLog
This commit is contained in:
@ -146,6 +146,7 @@ Logger& Logger::instance()
|
||||
void Logger::destroyInstance()
|
||||
{
|
||||
delete sInstance;
|
||||
sInstance = 0;
|
||||
}
|
||||
|
||||
// tries to extract the level from a string log message. If available, conversionSucceeded will
|
||||
|
Reference in New Issue
Block a user