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).
(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
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |