ILogger.Log
public void Log(object message);
public void Log(string tag,
object message);
Description 描述
Logs message to the Unity Console using default logger.
See Also: Logger.Log.
Logs message to the Unity Console using default logger.
See Also: Logger.Log.