UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
VoxtaLogger Class Reference

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>

Inheritance diagram for VoxtaLogger:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~VoxtaLogger()

VoxtaLogger::~VoxtaLogger ( )

Destructor.

Unregisters VoxtaLogger from GLog.

Member Function Documentation

◆ RegisterVoxtaLogger()

void VoxtaLogger::RegisterVoxtaLogger ( )

Register VoxtaLogger with GLog, allowing the override to run on any logs printed to the console.

◆ Serialize()

void VoxtaLogger::Serialize ( const TCHAR * Message,
ELogVerbosity::Type Verbosity,
const class FName & Category )
overrideprotectedvirtual

Custom output implementation, triggered for every single message that is logged, while registered.


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