class ConsoleDomainThis domain is deprecated - use Runtime or Log instead.
clearMessages |
Does nothing. suspend fun clearMessages(): Unit |
disable |
Disables console domain, prevents further console messages from being reported to the client. suspend fun disable(): Unit |
enable |
Enables console domain, sends the messages collected so far to the client by means of the
suspend fun enable(): Unit |
events |
Subscribes to all events related to this domain. fun events(): Flow<ConsoleEvent> |
messageAdded |
Issued when new console message is added. fun messageAdded(): Flow<MessageAddedEvent> |