Version: 2022.1
言語: 日本語
public static void Log (string msg);
public static void Log (string msg, LogType logType);

パラメーター

msg 送信するメッセージ
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.