I’d like to add my own entries to simulation.log, but previous posts all reference DataWriter.tell, which doesn’t seem to exist (or at least, the linked examples in the Gatling source don’t use it anymore). What’s the current way to write my own logs to simulation.log?
For reference (in case I’m just using it wrong), I tried this:
DataWriter.tell(session.scenarioName, session.userId, “SelectUser”, now, now, now, now, Status.valueOf(“KO”))
And got the following error:
value tell is not a member of object io.gatling.core.result.writer.DataWriter