Version: 2023.2
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.