Liking cljdoc? Tell your friends :D

cider.nrepl.middleware.log

Capture, debug, inspect and view log events emitted by Java logging frameworks.

Capture, debug, inspect and view log events emitted by Java logging frameworks.
raw docstring

add-appender-replyclj

(add-appender-reply msg)

Add an appender to a log framework.

Add an appender to a log framework.
sourceraw docstring

add-consumer-replyclj

(add-consumer-reply {:keys [consumer filters transport] :as msg})

Add a consumer to an appender of a log framework.

Add a consumer to an appender of a log framework.
sourceraw docstring

analyze-stacktrace-replyclj

(analyze-stacktrace-reply {:keys [transport :nrepl.middleware.print/print-fn]
                           :as msg})

Show the stacktrace of a log event in the debugger.

Show the stacktrace of a log event in the debugger.
sourceraw docstring

clear-appender-replyclj

(clear-appender-reply msg)

Clear all events of a log appender.

Clear all events of a log appender.
sourceraw docstring

exceptions-replyclj

(exceptions-reply msg)

Return the exceptions and their frequencies for the given framework and appender.

Return the exceptions and their frequencies for the given framework and appender.
sourceraw docstring

format-event-replyclj

(format-event-reply {:keys [:nrepl.middleware.print/print-fn] :as msg})

Format a log event.

Format a log event.
sourceraw docstring

frameworks-replyclj

(frameworks-reply {:keys [session]})

Return the available log frameworks.

Return the available log frameworks.
sourceraw docstring

handle-logclj

(handle-log handler {:keys [session] :as msg})

Handle nREPL log operations.

Handle nREPL log operations.
sourceraw docstring

inspect-event-replyclj

(inspect-event-reply msg)

Inspect a log event.

Inspect a log event.
sourceraw docstring

levels-replyclj

(levels-reply msg)

Return the log levels and their frequencies for the given framework and appender.

Return the log levels and their frequencies for the given framework and appender.
sourceraw docstring

loggers-replyclj

(loggers-reply msg)

Return the loggers and their frequencies for the given framework and appender.

Return the loggers and their frequencies for the given framework and appender.
sourceraw docstring

remove-appender-replyclj

(remove-appender-reply msg)

Remove an appender from a log framework.

Remove an appender from a log framework.
sourceraw docstring

remove-consumer-replyclj

(remove-consumer-reply msg)

Remove a consumer from the appender of a log framework.

Remove a consumer from the appender of a log framework.
sourceraw docstring

search-replyclj

(search-reply msg)

Search the log events of an appender.

Search the log events of an appender.
sourceraw docstring

swap-framework!clj

(swap-framework! msg f & args)

Swap the framework bound in the session by applying f with args.

Swap the framework bound in the session by applying `f` with `args`.
sourceraw docstring

threads-replyclj

(threads-reply msg)

Return the threads and their frequencies for the given framework and appender.

Return the threads and their frequencies for the given framework and appender.
sourceraw docstring

update-appender-replyclj

(update-appender-reply msg)

Update the appender of a log framework.

Update the appender of a log framework.
sourceraw docstring

update-consumer-replyclj

(update-consumer-reply msg)

Update the consumer of a log appender.

Update the consumer of a log appender.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close