OpenMW
|
#include <debuglog.hpp>
Public Member Functions | |
Log (Debug::Level level) | |
template<typename T > | |
Log & | operator<< (T &&rhs) |
~Log () | |
Private Attributes | |
std::unique_lock< std::mutex > | mLock |
Debug::Level | mLevel |
Static Private Attributes | |
static std::mutex | sLock |
|
inline |
|
inline |
|
private |
|
private |
|
staticprivate |