Skip to content

Commit

Permalink
Added description of appending to a file
Browse files Browse the repository at this point in the history
  • Loading branch information
quoll authored Feb 4, 2021
1 parent e982af2 commit 7c8a643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ If no output has been set, then all logging will go to stdout by default (or the
Output can be set dynamically, or by using the `set-output!` function. Available options are:

- `nil` or `""`: write to standard output or console.
- "filename": appends to a file. This works in Clojure or ClojureScript on Node.js.
- Atom: data will be added via `conj`
- `java.io.Writer`: sent to the writer (Clojure only).

Expand Down

0 comments on commit 7c8a643

Please sign in to comment.