Version: 2020.2
언어: 한국어
public static void Log (string msg);
public static void Log (string msg, LogType logType);

파라미터

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

설명

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