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

설명

Logs message to the Unity Console using default logger.

See Also: Logger.Log.