Function: cider-log-framework-name
cider-log-framework-name is a byte-compiled function defined in
cider-log.el.
Signature
(cider-log-framework-name FRAMEWORK)
Documentation
Return the name of the log FRAMEWORK.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defun cider-log-framework-name (framework)
"Return the name of the log FRAMEWORK."
(nrepl-dict-get framework "name"))