ILogger.LogError

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

Description

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

See Also: Logger.LogError.

Did you find this page useful? Please give it a rating: