Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.

Additional resources: Logger.Log.