Liking cljdoc? Tell your friends :D

logjam.framework

A unified interface to capture and inspect log events of Java logging frameworks.

A unified interface to capture and inspect log events of Java logging
frameworks.
raw docstring

*frameworks*clj

source

add-appenderclj

(add-appender framework appender)

Add the log appender to the framework.

Add the log `appender` to the `framework`.
sourceraw docstring

add-consumerclj

(add-consumer framework appender consumer)

Add consumer to the appender of the log framework.

Add `consumer` to the `appender` of the log `framework`.
sourceraw docstring

appenderclj

(appender framework appender)
source

appendersclj

(appenders framework)

Return the appenders of the log framework.

Return the appenders of the log `framework`.
sourceraw docstring

clear-appenderclj

(clear-appender framework appender)

Clear the log appender of the framework.

Clear the log `appender` of the `framework`.
sourceraw docstring

consumerclj

(consumer framework appender consumer)

Find the consumer listening to the appender of the log framework.

Find the `consumer` listening to the `appender` of the log `framework`.
sourceraw docstring

eventclj

(event framework appender id)

Lookup the event by id in the appender of the framework.

Lookup the event by `id` in the `appender` of the `framework`.
sourceraw docstring

eventsclj

(events framework appender)

Return the log events captured by the appender of the framework.

Return the log events captured by the `appender` of the `framework`.
sourceraw docstring

find-appender!clj

(find-appender! framework appender)

Find the appender by its :id key in framework, or throw an exception.

Find the `appender` by its :id key in `framework`, or throw an exception.
sourceraw docstring

logclj

(log framework event)

Log the event with the framework.

Log the `event` with the `framework`.
sourceraw docstring

remove-appenderclj

(remove-appender framework appender)

Remove the log appender from the framework.

Remove the log `appender` from the `framework`.
sourceraw docstring

remove-consumerclj

(remove-consumer framework appender consumer)

Remove the consumer listening to the appender of the log framework.

Remove the `consumer` listening to the `appender` of the log `framework`.
sourceraw docstring

resolve-frameworkclj

(resolve-framework framework-sym)

Resolve the framework bound to framework-sym.

Resolve the framework bound to `framework-sym`.
sourceraw docstring

resolve-frameworksclj

(resolve-frameworks)
(resolve-frameworks framework-syms)

Resolve the framework bound to framework-syms.

Resolve the framework bound to `framework-syms`.
sourceraw docstring

search-eventsclj

(search-events framework appender criteria)

Search the log events captured by the appender of the log framework and filter them by the search criteria.

Search the log events captured by the `appender` of the log
`framework` and filter them by the search `criteria`.
sourceraw docstring

shutdownclj

(shutdown framework)

Shutdown all consumers and appenders of the log framework.

Shutdown all consumers and appenders of the log `framework`.
sourceraw docstring

update-appenderclj

(update-appender framework appender)

Update the appender of the log framework.

Update the `appender` of the log `framework`.
sourceraw docstring

update-consumerclj

(update-consumer framework appender consumer)

Update the consumer listening to the appender of the log framework.

Update the `consumer` listening to the `appender` of the log `framework`.
sourceraw docstring

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

× close