Liking cljdoc? Tell your friends :D

io.aviso.logging

Provides functions that hook into clojure.tools.logging to make use of Pretty to format exceptions.

You must add clojure.tools.logging as an explicit dependency of your project.

Provides functions that hook into clojure.tools.logging to make use of Pretty to format exceptions.

You must [add clojure.tools.logging as an explicit dependency](https://github.com/clojure/tools.logging) of your project.
raw docstring

install-pretty-loggingclj

(install-pretty-logging)
(install-pretty-logging frame-filter-fn)

Modifies clojure.tools.logging to use pretty exception logging.

Modifies clojure.tools.logging to use pretty exception logging.
sourceraw docstring

install-uncaught-exception-handlerclj

(install-uncaught-exception-handler)

Installs a default UncaughtExceptionHandler.

Installs a default UncaughtExceptionHandler. 
sourceraw docstring

uncaught-exception-handlerclj

(uncaught-exception-handler)

Creates a reified UncaughtExceptionHandler that uses clojure.tools.logging/error, rather than simplying printing the exception, which is the default behavior.

Creates a reified UncaughtExceptionHandler that uses clojure.tools.logging/error, rather than
simplying printing the exception, which is the default behavior.
sourceraw docstring

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

× close