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

EventService.Log

Declaration

public static void Log(string msg);

Declaration

public static void Log(string msg, LogType logType);

Parameters

msg The message to send.
logType The type of the message (i.e. Info, Warning or Error).

Description

Sends a log message to the ChannelService. Log messages are printed to the Console window.