Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ILogger.LogFormat

Declaration

public void LogFormat(LogType logType, string format, params object[] args);

Description

Logs a formatted message.

Additional resources: Logger.LogFormat.