Debug-Log(LogLevel_string).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Debug
Debug.Log(UnrealEngine.Framework.LogLevel, string) Method
Logs a message in accordance to the specified level, omitted in builds with the Shipping configuration
public static void Log(UnrealEngine.Framework.LogLevel level, string message);
Parameters
level LogLevel
message System.String