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

Parámetros

msgThe message to send.
logTypeThe type of the message (i.e. Info, Warning or Error).

Descripción

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