ezEngine Release 25.08
Loading...
Searching...
No Matches
ezLogSystemScope Class Reference

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

ezLogInterfacem_pPrevious
 

Detailed Description

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.


The documentation for this class was generated from the following file: