RE: Getting started -- classloading errors / confusion

2003-10-13 Thread BAZLEY, Sebastian
I noticed yesterday that the docs say JMeter uses log4j - but in fact it doesn't, it uses Avalon logkit as you've noticed ... [documentation bug!] You need to use: transient private static Logger log = LoggingManager.getLoggerForClass(); See one of the other samplers (e.g. FTP) for examples.

RE: Getting started -- classloading errors / confusion

2003-10-13 Thread Matt Munz
PROTECTED] Sent: Mon 10/13/2003 11:31 AM To: 'JMeter Users List' Cc: Subject:RE: Getting started -- classloading errors / confusion I noticed yesterday that the docs say JMeter uses log4j - but in fact it doesn't, it uses Avalon logkit as you've noticed ... [documentation bug

RE: Getting started -- classloading errors / confusion (solved)

2003-10-13 Thread Matt Munz
: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] Sent: Mon 10/13/2003 11:31 AM To: 'JMeter Users List' Cc: Subject:RE: Getting started -- classloading errors / confusion I noticed yesterday that the docs say JMeter uses log4j - but in fact it doesn't, it uses Avalon logkit

RE: Getting started -- classloading errors / confusion

2003-10-13 Thread BAZLEY, Sebastian
for exaple. Must get around to updating the JMeter FAQ ... S. -Original Message- From: Matt Munz [mailto:[EMAIL PROTECTED] Sent: 13 October 2003 16:45 To: JMeter Users List Subject: RE: Getting started -- classloading errors / confusion S, Thanks. I'm not sure that I'll need to set any