pl.wendigo.chrome.api.log / LogOperations

LogOperations

class LogOperations (source)

Provides access to log entries.

Link
Protocol Log domain documentation.

Functions

clear

fun clear(): Single<ResponseFrame>

Clears the log.

disable

fun disable(): Single<ResponseFrame>

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

enable

fun enable(): Single<ResponseFrame>

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

entryAdded

fun entryAdded(): Flowable<EntryAddedEvent>

Issued when new message was logged.

events

fun events(): Flowable<Event>

Returns flowable capturing all Log domains events.

startViolationsReport

fun startViolationsReport(input: StartViolationsReportRequest): Single<ResponseFrame>

start violation reporting.

stopViolationsReport

fun stopViolationsReport(): Single<ResponseFrame>

Stop violation reporting.