![]() |
XII Release 0.1.0
|
A class that sets a custom xiiLogInterface 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 | |
xiiLogSystemScope (xiiLogInterface *pInterface) | |
The given xiiLogInterface is passed to xiiLog::SetThreadLocalLogSystem(). | |
~xiiLogSystemScope () | |
Resets the previous xiiLogInterface through xiiLog::SetThreadLocalLogSystem() | |
Protected Attributes | |
xiiLogInterface * | m_pPrevious |
A class that sets a custom xiiLogInterface as the thread local default log system, and resets the previous system when it goes out of scope.