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.

Defaults to sending logs to logentries, but the URL data is sent to can be overwritten via :log-ingest-url and :log-ingest-port to send to any other service that works in the format <TOKEN> MESSAGE>, like datadog.

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.

Defaults to sending logs to logentries, but the URL data is sent to can be overwritten
via `:log-ingest-url` and `:log-ingest-port` to send to any other service that works in
the format `<TOKEN> MESSAGE>`, like datadog.
sourceraw docstring

stack-trace-processorclj

source

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

× close