MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / LogWarningFormat

Method LogWarningFormat

Source/Engine/Engine/Debug.cs:311–314  ·  view source on GitHub ↗

Logs a formatted warning message to the Flax Console. A composite format string. Format arguments.

(string format, params object[] args)

Source from the content-addressed store, hash-verified

309 /// <param name="format">A composite format string.</param>
310 /// <param name="args">Format arguments.</param>
311 public static void LogWarningFormat(string format, params object[] args)
312 {
313 Logger.Log(LogType.Warning, format, args);
314 }
315
316 /// <summary>
317 /// Logs a formatted warning message to the Flax Console.

Callers

nothing calls this directly

Calls 2

FormatMethod · 0.80
LogMethod · 0.45

Tested by

no test coverage detected