XLE
v0.02.0
|
Base class from which custom log handles can be derived More...
#include <LogStartup.h>
Public Member Functions | |
virtual void | OnDispatch (LogLevel, const std::string &)=0 |
void | Enable () |
void | Disable () |
Base class from which custom log handles can be derived
The callback is initialised in a disabled state. Use Enable() to install the callback and start receiving events.