clj-chrome-devtools.commands.log
Provides access to log entries.
clear
(clear)(clear {:as params, :keys []})(clear connection {:as params, :keys []})Clears the log.
disable
(disable)(disable {:as params, :keys []})(disable connection {:as params, :keys []})Disables log domain, prevents further log entries from being reported to the client.
enable
(enable)(enable {:as params, :keys []})(enable connection {:as params, :keys []})Enables log domain, sends the entries collected so far to the client by means of the entryAdded notification.
start-violations-report
(start-violations-report)(start-violations-report {:as params, :keys [config]})(start-violations-report connection {:as params, :keys [config]})start violation reporting.
Parameters map keys:
| Key | Description |
|---|---|
| :config | Configuration for violations. |
stop-violations-report
(stop-violations-report)(stop-violations-report {:as params, :keys []})(stop-violations-report connection {:as params, :keys []})Stop violation reporting.