Liking cljdoc? Tell your friends :D

taoensso.timbre.appenders.community.rolling

Rolling file appender.

Rolling file appender.
raw docstring

make-rolling-appenderclj

(make-rolling-appender & [appender-merge opts])

DEPRECATED. Please use rolling-appender instead.

DEPRECATED. Please use `rolling-appender` instead.
sourceraw docstring

rolling-appenderclj

(rolling-appender &
                  [{:keys [path pattern]
                    :or {path "./timbre-rolling.log" pattern :daily}}])

Returns a Rolling file appender. Opts: :path - logfile path. :pattern - frequency of rotation, e/o {:daily :weekly :monthly}.

Returns a Rolling file appender. Opts:
:path    - logfile path.
:pattern - frequency of rotation, e/o {:daily :weekly :monthly}.
sourceraw docstring

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

× close