Enum ConsoleLogType
Console log types for filtering.
Namespace: Unity.AI.MCP.Editor.Tools.Parameters
Assembly: Unity.AI.MCP.Editor.dll
Syntax
public enum ConsoleLogType
Fields
| Name | Description |
|---|---|
| All | All message types. |
| Error | Error messages. |
| Log | Regular log messages. |
| Warning | Warning messages. |