This version of Unity is unsupported.

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.

See Also: Logger.LogError.