Function: cider-log-framework-id

cider-log-framework-id is a byte-compiled function defined in cider-log.el.

Signature

(cider-log-framework-id FRAMEWORK)

Documentation

Return the id of the log FRAMEWORK.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defun cider-log-framework-id (framework)
  "Return the id of the log FRAMEWORK."
  (nrepl-dict-get framework "id"))