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
- Type: Method
- Namespace: UnityEditor.MPE
- Assembly: UnityEditor.CoreModule
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)