VoxtaLogger Internal class that enables the automatic printing of warnings and errors in the VoxtaLog category, on the top left corner of the screen while inside of the editor. More...
#include <VoxtaLogger.h>
Public Member Functions | |
~VoxtaLogger () | |
Destructor. | |
void | RegisterVoxtaLogger () |
Register VoxtaLogger with GLog, allowing the override to run on any logs printed to the console. | |
Protected Member Functions | |
virtual void | Serialize (const TCHAR *Message, ELogVerbosity::Type Verbosity, const class FName &Category) override |
Custom output implementation, triggered for every single message that is logged, while registered. | |
VoxtaLogger Internal class that enables the automatic printing of warnings and errors in the VoxtaLog category, on the top left corner of the screen while inside of the editor.
Note: Only works inside the editor, does nothing in packaged builds.
VoxtaLogger::~VoxtaLogger | ( | ) |
Destructor.
Unregisters VoxtaLogger from GLog.
void VoxtaLogger::RegisterVoxtaLogger | ( | ) |
Register VoxtaLogger with GLog, allowing the override to run on any logs printed to the console.
|
overrideprotectedvirtual |
Custom output implementation, triggered for every single message that is logged, while registered.