https://issues.apache.org/bugzilla/show_bug.cgi?id=56175
Bug ID: 56175
Summary: Add Commons Logging interface to logkit logger
Product: JMeter
Version: 2.11
Hardware: PC
OS: Windows XP
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
JMeter currently uses the Avalon-LogKit logger.
HttpComponents uses the Commons Logging bridge, which can be directed to
various different logging implementations. It would be useful to be able to
direct the log output to the same file as JMeter uses.
Commons Logging does provide an AvalonLogger implementation, however that does
not seem to want to initialise, and investigation shows that it does not
interface with logkit directly, but via another logging framework.
So I wrote a Commons Logging adaptor class which forwards the log calls to
logkit.
It makes use of existing JMeter LoggingManager methods where necessary.
[Will add it to SVN shortly]
--
You are receiving this mail because:
You are the assignee for the bug.