Strix Unreal SDK
Public Member Functions | List of all members
strix::net::logging::UELogHandler Class Reference

Unreal Engine implementation of the Strix Log Handler. More...

#include <UELogHandler.h>

Inherits LogHandler.

Public Member Functions

virtual void Write (int level, const std::string &message)
 Write the message to the log. More...
 

Detailed Description

Unreal Engine implementation of the Strix Log Handler.

Provides the bridge between Strix and UE Editor logs.

Member Function Documentation

◆ Write()

void strix::net::logging::UELogHandler::Write ( int  level,
const std::string &  message 
)
virtual

Write the message to the log.

Parameters
levelLevel (severity) of the message
messageThe message to write