Strix Unreal SDK
|
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... | |
Unreal Engine implementation of the Strix Log Handler.
Provides the bridge between Strix and UE Editor logs.
|
virtual |
Write the message to the log.
level | Level (severity) of the message |
message | The message to write |