Liking cljdoc? Tell your friends :D

clj-chrome-devtools.commands.log

Provides access to log entries.

Provides access to log entries.
raw docstring

clearclj

(clear)
(clear {:as params :keys []})
(clear connection {:as params :keys []})

Clears the log.

Clears the log.
sourceraw docstring

disableclj

(disable)
(disable {:as params :keys []})
(disable connection {:as params :keys []})

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

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

enableclj

(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.

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

start-violations-reportclj

(start-violations-report)
(start-violations-report {:as params :keys [config]})
(start-violations-report connection {:as params :keys [config]})

start violation reporting.

Parameters map keys:

KeyDescription
:configConfiguration for violations.
start violation reporting.

Parameters map keys:


  Key     | Description 
  --------|------------ 
  :config | Configuration for violations.
sourceraw docstring

stop-violations-reportclj

(stop-violations-report)
(stop-violations-report {:as params :keys []})
(stop-violations-report connection {:as params :keys []})

Stop violation reporting.

Stop violation reporting.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close