log class to send messages to the default log
Verse using statement |
using { /UnrealEngine.com/Temporary/Diagnostics } |
Members
This class has both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
Channel |
log_channel |
Channel class name will be added as a prefix used when printing the message e.g. '[log_channel]: #Message |
DefaultLevel |
log_level |
Sets the default log level of the displayed message. See log_level enum for more info on log levels. Defaults to log_level.Normal. |
Functions
Function Name | Description |
---|---|
Print |
Print message using the given log level |
Print |
Print diagnostic using the given log level |
PrintCallStack |
Prints current script call stack using the give log level |