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

ILogger.LogError

Declaration

public void LogError(string tag, object message);

Declaration

public void LogError(string tag, object message, Object context);

Description

A variant of ILogger.Log that logs an error message.

Additional resources: Logger.LogError.