Custom publisher can be loaded dynamically via the Custom Publishers
mechanism alternatively they can also be started by providing an instance of
com.brunobonacci.mulog.publisher.PPublisher
in μ/start-publisher!
as follow:
(def my-publisher (my-custom-publisher {})
(μ/start-publisher!
{:type :inline :publisher my-publisher})
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close