Liking cljdoc? Tell your friends :D

logjam.event

Log event related utilities like searching and calculating frequencies.

Log event related utilities like searching and calculating frequencies.
raw docstring

exception-frequenciesclj

(exception-frequencies events)

Return the exception name frequencies of events.

Return the exception name frequencies of `events`.
sourceraw docstring

level-frequenciesclj

(level-frequencies events)

Return the log level frequencies of events.

Return the log level frequencies of `events`.
sourceraw docstring

logger-frequenciesclj

(logger-frequencies events)

Return the logger name frequencies of events.

Return the logger name frequencies of `events`.
sourceraw docstring

(search levels {:keys [filters limit offset] :as _criteria} events)

Search the log events by criteria.

Search the log events by `criteria`.
sourceraw docstring

search-filterclj

(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.
sourceraw docstring

thread-frequenciesclj

(thread-frequencies events)

Return the thread frequencies of events.

Return the thread frequencies of `events`.
sourceraw docstring

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

× close