File: cider-log.el.html

Log inspection functionality for Clojure.

Please, refer to the online documentation for more details https://docs.cider.mx/cider/debugging/logging.html.

Defined variables (20)

cider-log--initialized-once-pSet to t if log framework and appender have been initialized once.
cider-log-appenderThe current log appender.
cider-log-appender-idThe name of the default log appender.
cider-log-appender-sizeThe size of the log appender.
cider-log-appender-thresholdThe threshold in percent of the log appender.
cider-log-auto-select-frameworks-bufferWhether to auto-select the log frameworks popup buffer.
cider-log-bufferThe name of the log buffer.
cider-log-consumerThe current log consumer.
cider-log-event-bufferThe name of the log event buffer.
cider-log-frameworkThe current log framework to use.
cider-log-framework-nameThe name of the default log framework.
cider-log-frameworks-bufferThe name of the log frameworks popup buffer.
cider-log-max-message-lengthThe maximum length of the log message to display.
cider-log-mode-abbrev-tableAbbrev table for ‘cider-log-mode’.
cider-log-mode-hookHook run after entering ‘cider-log-mode’.
cider-log-mode-mapThe Cider log stream mode key map.
cider-log-mode-syntax-tableSyntax table for ‘cider-log-mode’.
cider-log-pagination-limitThe maximum number of log events to return when searching events.
cider-log-pagination-offsetThe offset from which to return results when searching events.
cider-log-use-logviewWhether to use ‘logview-mode’.

Defined functions (133)

cider-log(ARG1 ARG2)
cider-log--appender()
cider-log--appender-interactive-list()
cider-log--appender-size-option()
cider-log--appender-threshold-option()
cider-log--bold(S)
cider-log--buffer-option()
cider-log--buffers-in-major-mode(EXPECTED)
cider-log--completion-extra-properties(KEYS &optional SEPARATOR)
cider-log--consumer()
cider-log--consumer-add(FRAMEWORK APPENDER CONSUMER BUFFER)
cider-log--consumer-interactive-list()
cider-log--current-framework()
cider-log--description-clear-events-buffer()
cider-log--description-set-buffer()
cider-log--description-set-framework()
cider-log--do-add-appender(ARG1 ARG2)
cider-log--do-add-consumer(ARG1 ARG2 ARG3 ARG4)
cider-log--do-search-events(ARG1 ARG2 ARG3)
cider-log--do-update-appender(ARG1 ARG2)
cider-log--do-update-consumer(ARG1 ARG2 ARG3)
cider-log--end-time-option()
cider-log--ensure-initialized(FRAMEWORK &optional APPENDER CONSUMER)
cider-log--event-options()
cider-log--exceptions-option()
cider-log--filters()
cider-log--format-time(TIME)
cider-log--format-value(VALUE)
cider-log--framework()
cider-log--insert-events(BUFFER EVENTS)
cider-log--level-option()
cider-log--limit-option()
cider-log--lisp-variable(&rest SLOTS)
cider-log--lisp-variable--eieio-childp(OBJ)
cider-log--lisp-variable-child-p(OBJ)
cider-log--lisp-variable-p(OBJ)
cider-log--logger-option()
cider-log--offset-option()
cider-log--pattern-option()
cider-log--read-appender-id(PROMPT INITIAL-INPUT HISTORY)
cider-log--read-buffer(&optional PROMPT INITIAL-INPUT HISTORY)
cider-log--read-exceptions(&optional PROMPT INITIAL-INPUT HISTORY)
cider-log--read-framework-name(&optional PROMPT INITIAL-INPUT HISTORY)
cider-log--read-level(&optional PROMPT INITIAL-INPUT HISTORY)
cider-log--read-loggers(&optional PROMPT INITIAL-INPUT HISTORY)
cider-log--read-number-N+(&optional PROMPT INITIAL-INPUT HISTORY)
cider-log--read-number-N0(&optional PROMPT INITIAL-INPUT HISTORY)
cider-log--read-threads(&optional PROMPT INITIAL-INPUT HISTORY)
cider-log--read-time(&optional PROMPT INITIAL-INPUT _)
cider-log--remove-current-buffer-consumer()
cider-log--set-filters(FILTERS)
cider-log--setup-mode()
cider-log--start-time-option()
cider-log--strip-whitespace(S)
cider-log--switch-to-buffer(BUFFER)
cider-log--threads-option()
cider-log-add-appender(ARG1 ARG2)
cider-log-add-consumer(ARG1 ARG2 ARG3)
cider-log-appender(ARG1 ARG2)
cider-log-appender-attached-p(&optional FRAMEWORK APPENDER)
cider-log-appender-consumer(APPENDER CONSUMER)
cider-log-appender-consumers(APPENDER)
cider-log-appender-display-name(APPENDER)
cider-log-appender-filters(APPENDER)
cider-log-appender-id(APPENDER)
cider-log-appender-reload(FRAMEWORK APPENDER)
cider-log-appender-size(APPENDER)
cider-log-appender-threshold(APPENDER)
cider-log-browse-javadocs(ARG1)
cider-log-browse-website(ARG1)
cider-log-buffer-clear-p(&optional BUFFER)
cider-log-clear-appender(ARG1 ARG2)
cider-log-clear-event-buffer(ARG1)
cider-log-consumer(ARG1 ARG2 ARG3)
cider-log-consumer-attached-p(&optional FRAMEWORK APPENDER CONSUMER)
cider-log-consumer-buffers(CONSUMER)
cider-log-consumer-display-name(CONSUMER)
cider-log-consumer-filters(CONSUMER)
cider-log-consumer-id(CONSUMER)
cider-log-consumer-reload(FRAMEWORK APPENDER CONSUMER)
cider-log-event(ARG1 ARG2)
cider-log-event--format-logback(EVENT)
cider-log-event--inspect(FRAMEWORK APPENDER EVENT)
cider-log-event--pretty-print(FRAMEWORK APPENDER EVENT)
cider-log-event-at-point()
cider-log-event-exception(EVENT)
cider-log-event-id(EVENT)
cider-log-event-next-line(&optional N)
cider-log-event-previous-line(&optional N)
cider-log-event-search(ARG1 ARG2)
cider-log-framework(ARG1)
cider-log-framework-add-appender(FRAMEWORK APPENDER)
cider-log-framework-appenders(FRAMEWORK)
cider-log-framework-by-id(FRAMEWORKS ID)
cider-log-framework-by-name(FRAMEWORKS NAME)
cider-log-framework-display-name(FRAMEWORK)
cider-log-framework-id(FRAMEWORK)
cider-log-framework-javadoc-url(FRAMEWORK)
cider-log-framework-level-names(FRAMEWORK)
cider-log-framework-name(FRAMEWORK)
cider-log-framework-reload(FRAMEWORK)
cider-log-framework-website-url(FRAMEWORK)
cider-log-info()
cider-log-inspect-event(ARG1 ARG2 ARG3)
cider-log-kill-appender(ARG1 ARG2)
cider-log-kill-buffer-hook-handler()
cider-log-kill-consumer(ARG1 ARG2 ARG3)
cider-log-mode()
cider-log-print-event(ARG1 ARG2 ARG3)
cider-log-set-buffer(ARG1)
cider-log-set-framework(ARG1)
cider-log-show()
cider-log-show-frameworks()
cider-log-show-stacktrace(&rest _)
cider-log-switch-to-buffer(ARG1)
cider-log-update-appender(ARG1 ARG2)
cider-log-update-consumer(ARG1 ARG2 ARG3)
cider-log-use-logview()
cider-request:log-add-consumer(FRAMEWORK APPENDER CONSUMER &optional CALLBACK)
cider-sync-request:log-add-appender(FRAMEWORK APPENDER)
cider-sync-request:log-clear(FRAMEWORK APPENDER)
cider-sync-request:log-exceptions(FRAMEWORK APPENDER)
cider-sync-request:log-format-event(FRAMEWORK APPENDER EVENT)
cider-sync-request:log-frameworks()
cider-sync-request:log-inspect-event(FRAMEWORK APPENDER EVENT)
cider-sync-request:log-levels(FRAMEWORK APPENDER)
cider-sync-request:log-loggers(FRAMEWORK APPENDER)
cider-sync-request:log-remove-appender(FRAMEWORK APPENDER)
cider-sync-request:log-remove-consumer(FRAMEWORK APPENDER CONSUMER)
cider-sync-request:log-search
cider-sync-request:log-threads(FRAMEWORK APPENDER)
cider-sync-request:log-update-appender(FRAMEWORK APPENDER)
cider-sync-request:log-update-consumer(FRAMEWORK APPENDER CONSUMER)

Defined faces (0)