(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 is a website building & hosting documentation for Clojure/Script libraries
× close