-
-
Notifications
You must be signed in to change notification settings - Fork 274
IVirtualConsoleLogEntry
David Ortner edited this page Jan 21, 2025
·
4 revisions
IVirtualConsoleLogEntry represents a VirtualConsole log entry.
interface IVirtualConsoleLogEntry| Property | Type | Description |
|---|---|---|
| type | VirtualConsoleLogTypeEnum | Entry type. |
| level | VirtualConsoleLogLevelEnum | Log level. |
| message | Array<string | object> | Message. |
| group | IVirtualConsoleLogGroup | null | Group. |
Help Packages