On 5 January 2012 11:35, waseemfa <[email protected]> wrote: > Based on the methods given in > > http://jmeter.apache.org/api/org/apache/jmeter/samplers/SampleResult.html > > Is there a way where we can ignore to log the output of a particular sampler > and log for only those samplers that we actually want
Listeners only log samples from samplers that are in scope. For example, add a Listener as a child of a sampler and it will only log samples for that sampler. > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Create-custom-log-files-tp5067691p5122428.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
