Function: cider-log-framework-add-appender
cider-log-framework-add-appender is a byte-compiled function defined
in cider-log.el.
Signature
(cider-log-framework-add-appender FRAMEWORK APPENDER)
Documentation
Add the APPENDER to the log FRAMEWORK.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defun cider-log-framework-add-appender (framework appender)
"Add the APPENDER to the log FRAMEWORK."
(cider-sync-request:log-add-appender framework appender))