Provides access to log entries.
Provides access to log entries.
(clear)
(clear {:as params :keys []})
(clear connection {:as params :keys []})
Clears the log.
Clears the log.
(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.
(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.
(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. |
start violation reporting. Parameters map keys: Key | Description --------|------------ :config | Configuration for violations.
(stop-violations-report)
(stop-violations-report {:as params :keys []})
(stop-violations-report connection {:as params :keys []})
Stop violation reporting.
Stop violation reporting.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close