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