Version: 2018.4
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);

説明

デフォルトのロガーを使用して Unity Console にメッセージを記録します。

関連項目: Logger.Log.