Function: cider-log-set-framework
cider-log-set-framework is an interactive and byte-compiled function
defined in cider-log.el.
Signature
(cider-log-set-framework ARG1)
Documentation
Set the current log framework to FRAMEWORK-NAME.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(transient-define-suffix cider-log-set-framework (framework-name)
"Set the current log framework to FRAMEWORK-NAME."
:description #'cider-log--description-set-framework
(interactive (list (cider-log--read-framework-name)))
(setq cider-log-framework-name framework-name))