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);

描述

使用默认记录器将 message 记录到 Unity 控制台。

另请参阅:Logger.Log