Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Log

Sends a log message to the ChannelService. Log messages are printed to the Console window.
Read time 1 minuteLast updated 13 days ago

Definition

Log(string)

Sends a log message to the ChannelService. Log messages are printed to the Console window.
public static void Log(string msg)

Parameters

The message to send.

Log(string, LogType)

Sends a log message to the ChannelService. Log messages are printed to the Console window.
public static void Log(string msg, LogType logType)

Parameters

The message to send.

logType

The type of the message (i.e. Info, Warning or Error).