Liking cljdoc? Tell your friends :D
Clojure only.

dialog.output.file

Log appender which writes events to a file.

NOTE: this output is NOT safe for use when multiple processes are writing to the same file!

Log appender which writes events to a file.

**NOTE:** this output is NOT safe for use when multiple processes are writing
to the same file!
raw docstring

writerclj

(writer output)

Construct a file event writer function.

Output options should include:

  • :path

    String path to the log file to write to.

Construct a file event writer function.

Output options should include:

- `:path`

  String path to the log file to write to.
sourceraw docstring

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

× close