Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 927 Bytes

Debug-Log(LogLevel_string).md

File metadata and controls

13 lines (11 loc) · 927 Bytes

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