Liking cljdoc? Tell your friends :D

logjam.appender

A log appender that captures log events in memory.

A log appender that captures log events in memory.
raw docstring

add-consumerclj

(add-consumer appender {:keys [id filters] :as consumer})

Add the consumer to the appender.

Add the `consumer` to the `appender`.
sourceraw docstring

add-eventclj

(add-event appender event)

Add the event to the appender.

Add the `event` to the `appender`.
sourceraw docstring

clearclj

(clear appender)

Clear the events from the appender.

Clear the events from the `appender`.
sourceraw docstring

consumer-by-idclj

(consumer-by-id appender id)

Find the consumer of appender by id.

Find the consumer of `appender` by `id`.
sourceraw docstring

consumersclj

(consumers appender)

Return the consumers of the appender.

Return the consumers of the `appender`.
sourceraw docstring

eventclj

(event appender id)

Lookup the event by id from the log appender.

Lookup the event by `id` from the log `appender`.
sourceraw docstring

eventsclj

(events appender)

Return the events from the appender.

Return the events from the `appender`.
sourceraw docstring

make-appenderclj

(make-appender {:keys [id filters levels logger size threshold]})

Make a hash map appender.

Make a hash map appender.
sourceraw docstring

remove-consumerclj

(remove-consumer appender consumer)

Remove the consumer from the appender.

Remove the `consumer` from the `appender`.
sourceraw docstring

update-appenderclj

(update-appender appender {:keys [filters size threshold]})

Update the log appender.

Update the log `appender`.
sourceraw docstring

update-consumerclj

(update-consumer appender {:keys [id filters] :as consumer})

Update the consumer of the appender.

Update the `consumer` of the `appender`.
sourceraw docstring

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

× close