We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a381d33 commit a579f19Copy full SHA for a579f19
1 file changed
source/QSLogLib/LoggingManager.h
@@ -37,6 +37,7 @@ class LoggingManager
37
static LoggingManager _singleton;
38
return _singleton;
39
}
40
+ // TODO: If it uses singleton value, how about thread-safe mechanism?
41
42
// Add a new logging device. The device is owned by the logging manager and is automatically
43
// deleted when LoggingManager is destructed.
0 commit comments