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.
(add-appender framework appender)Add the log appender to the framework.
Add the log `appender` to the `framework`.
(add-consumer framework appender consumer)Add consumer to the appender of the log framework.
Add `consumer` to the `appender` of the log `framework`.
(appenders framework)Return the appenders of the log framework.
Return the appenders of the log `framework`.
(clear-appender framework appender)Clear the log appender of the framework.
Clear the log `appender` of the `framework`.
(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`.
(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`.
(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`.
(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.
(log framework event)Log the event with the framework.
Log the `event` with the `framework`.
(remove-appender framework appender)Remove the log appender from the framework.
Remove the log `appender` from the `framework`.
(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`.
(resolve-framework framework-sym)Resolve the framework bound to framework-sym.
Resolve the framework bound to `framework-sym`.
(resolve-frameworks)(resolve-frameworks framework-syms)Resolve the framework bound to framework-syms.
Resolve the framework bound to `framework-syms`.
(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`.
(shutdown framework)Shutdown all consumers and appenders of the log framework.
Shutdown all consumers and appenders of the log `framework`.
(update-appender framework appender)Update the appender of the log framework.
Update the `appender` of the log `framework`.
(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`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |