![]() |
ezEngine Release 25.08
|
A class that sets a custom ezLogInterface as the thread local default log system, and resets the previous system when it goes out of scope. More...
#include <Log.h>
Public Member Functions | |
ezLogSystemScope (ezLogInterface *pInterface) | |
The given ezLogInterface is passed to ezLog::SetThreadLocalLogSystem(). | |
~ezLogSystemScope () | |
Resets the previous ezLogInterface through ezLog::SetThreadLocalLogSystem() | |
Protected Attributes | |
ezLogInterface * | m_pPrevious |
A class that sets a custom ezLogInterface as the thread local default log system, and resets the previous system when it goes out of scope.