Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" 
for change notification.

The following page has been changed by Mikko Ohtamaa:
http://wiki.apache.org/jakarta-jmeter/BuildingPlugInWithEclipse

------------------------------------------------------------------------------
  
  }}}
  
-   * Create '''log4j.conf''' 
+   * Create ''log4j.conf''in src/
+ 
+ {{{
+ log4j.rootLogger=debug, stdout
+ 
+ log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+ 
+ # Pattern to output the caller's file name and line number.
+ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+ }}}
  
  4. Setting up a JMeter launcher
     * Set working directory to bin/ in your project
@@ -99, +109 @@

  
  
  == Notes ==
+ 
+ === Faulty jorphan logging launcher ===
  
  I wasted 4 hours trying to get Jorphan logging to work. Jorphan overrides 
log4j normal configuration mechanism, but does it badly, making log activation 
impossible.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to