Package 

Class LogDomain

    • Method Summary

      Modifier and Type Method Description
      final Flow<LogEvent> events() Subscribes to all events related to this domain.
      final Flow<LogEvent.EntryAddedEvent> entryAdded() Issued when new message was logged.
      final Unit clear() Clears the log.
      final Unit disable() Disables log domain, prevents further log entries from being reported to the client.
      final Unit enable() Enables log domain, sends the entries collected so far to the client by means of the entryAdded notification.
      final Unit startViolationsReport(StartViolationsReportRequest input) start violation reporting.
      final Unit stopViolationsReport() Stop violation reporting.
      • Methods inherited from class org.hildan.chrome.devtools.domains.log.LogDomain

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait