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

Method LogFormat

Source/Engine/Engine/Debug.cs:271–274  ·  view source on GitHub ↗

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

(string format, params object[] args)

Source from the content-addressed store, hash-verified

269 /// <param name="format">A composite format string.</param>
270 /// <param name="args">Format arguments.</param>
271 public static void LogFormat(string format, params object[] args)
272 {
273 Logger.LogFormat(LogType.Info, format, args);
274 }
275
276 /// <summary>
277 /// Logs a formatted message to the Flax Console.

Callers 3

AssertFormatMethod · 0.45
LogAssertionFormatMethod · 0.45
LogErrorFormatMethod · 0.45

Calls 2

FormatMethod · 0.80
LogMethod · 0.45

Tested by

no test coverage detected