Function: cider-log--framework

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

Signature

(cider-log--framework)

Documentation

Return the current log framework, or select it.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defun cider-log--framework ()
  "Return the current log framework, or select it."
  (or (cider-log--current-framework) (cider-log-select-framework)))