Log event related utilities like searching and calculating frequencies.
Log event related utilities like searching and calculating frequencies.
(exception-frequencies events)Return the exception name frequencies of events.
Return the exception name frequencies of `events`.
(level-frequencies events)Return the log level frequencies of events.
Return the log level frequencies of `events`.
(logger-frequencies events)Return the logger name frequencies of events.
Return the logger name frequencies of `events`.
(search levels {:keys [filters limit offset] :as _criteria} events)Search the log events by criteria.
Search the log events by `criteria`.
(search-filter levels
               {:keys [end-time exceptions level pattern start-time threads
                       loggers loggers-allowlist loggers-blocklist]})Return a predicate function that computes if a given event matches the search criteria.
Return a predicate function that computes if a given event matches the search criteria.
(thread-frequencies events)Return the thread frequencies of events.
Return the thread frequencies of `events`.
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 |