- Overview
- Getting started
- User Guide
-
Reference
-
Steps
- addToInt
- awaitAllResponses
- awaitDelay
- awaitInt
- awaitVar
- breakSequence
- clearHttpCache
- conditional
- fail
- foreach
- httpRequest
- json
- log
- loop
- newSequence
- nextSequence
- noop
- pullSharedMap
- pushSharedMap
- randomCsvRow
- randomFile
- randomInt
- randomItem
- scheduleDelay
- set
- setInt
- stop
- stopwatch
- stringToInt
- template
- thinkTime
- unset
- Processors
- Actions
-
Steps
- Custom extensions
- Controller API
- Architecture
- Release notes
log
Log a message and variable values.
Property | Type | Description |
---|---|---|
message | String | Message format pattern. Use {} to mark the positions for variables in the logged message. |
vars | <list of strings> | List of variables to be logged. |
vars
List of variables to be logged.
Property | Type | Description |
---|---|---|
<list of strings> | <unknown> | <no description> |