This version of Unity is unsupported.

ILogger.LogWarning

Declaration

public void LogWarning(string tag, object message);

Declaration

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

Description

A variant of Logger.Log that logs an warning message.

See Also: Logger.LogWarning.