This version of Unity is unsupported.

ILogger.Log

Declaration

public void Log(LogType logType, object message);

Declaration

public void Log(LogType logType, object message, Object context);

Declaration

public void Log(LogType logType, string tag, object message);

Declaration

public void Log(LogType logType, string tag, object message, Object context);

Declaration

public void Log(object message);

Declaration

public void Log(string tag, object message);

Declaration

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

Description

Logs message to the Unity Console using default logger.

See Also: Logger.Log.