Skip to content

Commit a579f19

Browse files
authored
Update LoggingManager.h
1 parent a381d33 commit a579f19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/QSLogLib/LoggingManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class LoggingManager
3737
static LoggingManager _singleton;
3838
return _singleton;
3939
}
40+
// TODO: If it uses singleton value, how about thread-safe mechanism?
4041

4142
// Add a new logging device. The device is owned by the logging manager and is automatically
4243
// deleted when LoggingManager is destructed.

0 commit comments

Comments
 (0)