(append-file path contents)Append contents to file at path. The file is created
if it doesn't already exist.
Append `contents` to file at `path`. The file is created if it doesn't already exist.
(create-report-name simulation-name)Create a gatling compatible filename for report output: 'SimulationName-Timestamp'
Create a gatling compatible filename for report output: 'SimulationName-Timestamp'
(exception->str e)Convert an exception object to a string representation.
Convert an exception object to a string representation.
(log-exception path e)Log exception e to file at path.
Log exception `e` to file at `path`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |