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.


Did you find this page useful? Please give it a rating: