Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » org.eclipse.hyades.logging.log4j.XmlLayout > Log Analyzer > missed columns
org.eclipse.hyades.logging.log4j.XmlLayout > Log Analyzer > missed columns [message #123212] Fri, 15 February 2008 11:26
Harald Berger is currently offline Harald BergerFriend
Messages: 12
Registered: July 2009
Junior Member
Hi all,

I integrate the TPTP example for the log4j integration into my own logging
system
and I use the org.eclipse.hyades.logging.log4j.XmlLayout; instead of the
XMLLayout from log4j.

The XmlLayout from TPTP works fine and I can no write my log4j LogEvents
into the
XML format of the Common Base Event XML log format.

After that, I try to read in my Common Base Event XML log formated log
file into the TPTP
Log Analyzer. Also this works fine, but now I miss some essential
informations.
As Example the log4j LogLevel and the Thread Info are not available as
information inside the Log Analyzer.
Also via the Options menu > choose columns I can not make this information
visible.
But if I take a look into Common Base Event XML log formated log file,
there I can find the missed information:

as example:

<extendedDataElements name="LoggingEvent:level" type="noValue">
<children name="LoggingEvent:name" type="string">
<values>INFO</values>
</children>
<children name="LoggingEvent:value" type="int">
<values>20000</values>
</children>
</extendedDataElements>

How can I make this extendedDataElements visible inside the Log Analyzer?

Best Regards

hxbx
Previous Topic:Obtaining data from HTTP response in URL tests
Next Topic:Can't Get Profiler to Run
Goto Forum:
  


Current Time: Thu Mar 28 12:30:16 GMT 2024

Powered by FUDForum. Page generated in 0.05258 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top