Liking cljdoc? Tell your friends :D

re-mote.log

log collection

log collection
raw docstring

collect-logclj

(collect-log uuid)

Collect log output into logs atom

Collect log output into logs atom
sourceraw docstring

gen-uuidclj

(gen-uuid)
source

get-logclj

(get-log uuid & clear)

Getting log entry and clearing it

Getting log entry and clearing it
sourceraw docstring

get-logsclj

(get-logs hosts)

Getting logs for all hosts

Getting logs for all hosts
sourceraw docstring

hostsclj

source

log-hostsclj

(log-hosts)
(log-hosts hs)

Log a specific host by passing him as an argument Log all hosts by passing '*' Clearing all with an empty call

Log a specific host by passing him as an argument
Log all hosts by passing '*'
Clearing all with an empty call
sourceraw docstring

log-outputclj

(log-output out host)

Output log stream

Output log stream
sourceraw docstring

logsclj

source

process-lineclj

(process-line host line)

process a single log line

process a single log line
sourceraw docstring

purgeclj

(purge)

Clearing dead non collected logs

Clearing dead non collected logs
sourceraw docstring

refer-loggingclj

(refer-logging)
source

run-purgeclj

(run-purge s)

Collected in memory log purge

Collected in memory log purge
sourceraw docstring

setup-loggingclj

(setup-logging & {:keys [interval level] :or {interval 10 level :info}})

Sets up logging configuration:

  • stale logs removale interval
  • steam collect logs
  • log level
Sets up logging configuration:
- stale logs removale interval
- steam collect logs
- log level
sourceraw docstring

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

× close