LogDomain

class LogDomain

Provides access to log entries.

Official doc

Functions

Link copied to clipboard
suspend fun clear(): ClearResponse

Clears the log.

Link copied to clipboard
suspend fun disable(): DisableResponse

Disables log domain, prevents further log entries from being reported to the client.

Link copied to clipboard
suspend fun enable(): EnableResponse

Enables log domain, sends the entries collected so far to the client by means of the entryAdded notification.

Link copied to clipboard
Link copied to clipboard

Issued when new message was logged.

Link copied to clipboard
fun events(): Flow<LogEvent>

Subscribes to all events related to this domain.

Link copied to clipboard

Stop violation reporting.