cossme / grinder

The Grinder, a Java Load Testing Framework
Other
37 stars 15 forks source link

Console: Add a log panel #6

Open solcyr opened 6 years ago

solcyr commented 6 years ago

As a grinder user I would like to have the log messages that currently go to terminal inside a dedicated UI panel, so that I don't have to keep an open terminal to understand a test issue.

In addition, start, stop test runs events should be reported. Logs should be time stamped. Use log to replace use of System.err for warnings.