Liking cljdoc? Tell your friends :D

yummly.logentries-timbre-appender

Appender that sends output to Logentries (https://logentries.com/). Based of the logstash 3rd party appender. Requires Cheshire (https://github.com/dakrone/cheshire).

Appender that sends output to Logentries (https://logentries.com/). Based of the logstash 3rd party appender.
Requires Cheshire (https://github.com/dakrone/cheshire).
raw docstring

connectclj

(connect host port)
source

connection-ok?clj

(connection-ok? [sock out])
source

data->json-streamclj

(data->json-stream data writer user-tags stacktrace-fn)
source

error-to-stacktraceclj

(error-to-stacktrace e)

Create a tersely formatted vector of stack traces. This will show up in a nicely computationally searchable fashion in the json sent to logentries

Create a tersely formatted vector of stack traces. This will show up in a
nicely computationally searchable fashion in the json sent to logentries
sourceraw docstring

iso-formatclj

source

logentries-appenderclj

(logentries-appender token & [opts])

Returns a Logentries appender, which will send each event in JSON format to the logentries server. Set :flush? to true to flush the writer after every event. If you wish to send additional, custom tags, to logentries on each logging event, then provide a hash-map in the opts :user-tags which will be merged into each event.

Returns a Logentries appender, which will send each event in JSON format to the
logentries server. Set `:flush?` to true to flush the writer after every
event. If you wish to send additional, custom tags, to logentries on each
logging event, then provide a hash-map in the opts `:user-tags` which will be
merged into each event.
sourceraw docstring

stack-trace-processorclj

source

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

× close