Added a comment to the Log file headers that the class is thread safe.

This commit is contained in:
Leon Styhre 2023-02-18 20:32:36 +01:00
parent 5d5be42918
commit ccb9380559
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
// Log.cpp
//
// Log output.
// This class is thread safe.
//
#include "Log.h"

View file

@ -4,6 +4,7 @@
// Log.h
//
// Log output.
// This class is thread safe.
//
#ifndef ES_CORE_LOG_H