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 loggers pattern start-time
threads]})
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 is a website building & hosting documentation for Clojure/Script libraries
× close