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

설명

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

See Also: Logger.LogError.