Liking cljdoc? Tell your friends :D

ifarafontov.transit-publisher


convert-throwablesclj

(convert-throwables m)

descriptor->valueclj

(descriptor->value descriptor units-table)

file-stream-writer-createdclj

(file-stream-writer-created file transit-format transit-handlers created-at)

flake-read-handlerclj


flake-write-handlerclj


formatterclj


FSWCclj


get-xfclj

(get-xf transform)

local-timestampclj

(local-timestamp now)

parse-created-atclj

(parse-created-at file-name names now)

read-all-transitclj

(read-all-transit
  {:keys [file-name transit-format transit-handlers transform]
   :or {transit-format :json transit-handlers nil transform identity}})

rotateclj

(rotate file now file-name)

rotate?clj

(rotate? file created-at now rotate-opts)

size-unitsclj


throwable-keysclj

(throwable-keys m)

time-unitsclj


too-big?clj

(too-big? size-bs max-size-bs)

too-old?clj

(too-old? created-at now max-age-ms)

transit-file-publisherclj

(transit-file-publisher {:keys [file-path rotate-age rotate-size transit-format
                                transit-handlers transform]
                         :or {file-path "./app.log.json"
                              rotate-age nil
                              rotate-size nil
                              transit-format :json
                              transit-handlers nil
                              transform identity}})

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

× close