<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Java mapping abstract trace logs in single Java stack in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287760#M3299581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone face the same problem. I still have no clue about how to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2013 07:50:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-06-05T07:50:13Z</dc:date>
    <item>
      <title>Java mapping abstract trace logs in single Java stack</title>
      <link>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaq-p/9287757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;We are migrating some PI scenarios from SAP PI 7.11 to a single Java stack PI 7.3.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of those scenarios has a java mapping that uses the class com.sap.aii.mapping.api.AbstractTrace&amp;nbsp; for logging purposes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN lang="EN-US" style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-language: ES;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AbstractTrace &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="background: yellow; color: #0000c0; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-language: ES; mso-highlight: yellow;"&gt;trace&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-language: ES;"&gt; = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: #7f0055; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-language: ES;"&gt;null&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-language: ES;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="color: #0000c0; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-language: ES;"&gt;trace&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-language: ES;"&gt; = getTrace();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ….&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t&lt;SPAN style="color: #0000c0; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 10pt;"&gt;race&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 10pt;"&gt;.addWarning(message, e);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This logging utility generates entries in the trace of the request messaging phase in PI 7.11. You can see this in the sxi_monitor transaction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/189301" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also see this logs in the test utility of the Message Mapping or Operation Mapping&amp;nbsp; that uses this Java Mapping:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/189305" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;In these&amp;nbsp; tests utilities the logs can be seen in the PI 7.3.1 installation too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, in&amp;nbsp; PI 7.3.1, you cannot see these logs in the message monitor. The only log you can see is the following: &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/189306" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;As you can&amp;nbsp; see, you can only see a log that says that the OM is being executed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="urtxtstd18"&gt;&lt;SPAN lang="EN-US" style="font-size: 8.5pt;"&gt;Executing Request Mapping&lt;BR /&gt;"urn:XXXXXX/OM_FLAG_TO_SFTP_TO_LOG" (SWCV b40ee780331d11e2bcf0e8acac1a54e5)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;This behavior is the same, regardless of the logging and staging level of the iflow scenario: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/189311" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been searching the scn and I have found the following links about the staging and the logging: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/2073240"&gt;http://scn.sap.com/thread/2073240&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/7a/c83c3c90b74c1f9a00d761496e28ea/frameset.htm"&gt;http://help.sap.com/saphelp_nw73ehp1/helpdata/en/7a/c83c3c90b74c1f9a00d761496e28ea/frameset.htm&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of these and much more refer to whether you want to log or stage the payload of the message in the different stages of the process. But I haven’t seen anything that indicates you how to show the mapping logs in the message monitor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/189312" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;¿Does anyone know how this can be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 09:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaq-p/9287757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T09:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Java mapping abstract trace logs in single Java stack</title>
      <link>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287758#M3299579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please check the Advance settings tab in ICO, enable staging and logging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/7a/c83c3c90b74c1f9a00d761496e28ea/content.htm?frameset=/en/48/b2e0036b156ff4e10000000a42189b/frameset.htm" style="font-size: 14.399999618530273px; font-family: Calibri, sans-serif; background-color: #ffffff; color: #3778c7;"&gt;http://help.sap.com/saphelp_nw73ehp1/helpdata/en/7a/c83c3c90b74c1f9a00d761496e28ea/content.htm?frameset=/en/48/b2e0036b156ff4e10000000a42189b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Loordh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 15:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287758#M3299579</guid>
      <dc:creator>allamudi_loordh</dc:creator>
      <dc:date>2013-05-09T15:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Java mapping abstract trace logs in single Java stack</title>
      <link>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287759#M3299580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already checked those properties of the iflow, as you can see in the fourth screenshot. &lt;/P&gt;&lt;P&gt;There you can see that logging and staging is enabled for all the steps and still I can not see the traces of the Java mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thaks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 11:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287759#M3299580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-14T11:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Java mapping abstract trace logs in single Java stack</title>
      <link>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287760#M3299581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone face the same problem. I still have no clue about how to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 07:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287760#M3299581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-05T07:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Java mapping abstract trace logs in single Java stack</title>
      <link>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287761#M3299582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please try the below options suggested in blog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/pi-and-soa-middleware/blog/2012/11/06/message-staging-and-logging-options-in-advanced-adapter-engine-of-pi-73x"&gt;http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/11/06/message-staging-and-logging-options-in-advanced-adapter-engine-of-pi-73x&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Loordh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 11:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287761#M3299582</guid>
      <dc:creator>allamudi_loordh</dc:creator>
      <dc:date>2013-06-05T11:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Java mapping abstract trace logs in single Java stack</title>
      <link>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287762#M3299583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply, but I have already seen that blog. It refers to looging and stagging:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Purpose of message staging is persistence of an asynchronous message at a particular runtime processing step (stage) for later editing/restart of the message from the persisted version as well as for displaying persisted (staged) message.&lt;/P&gt;&lt;P&gt;Purpose of message logging is persistence of any kind of an asynchronous/synchronous message at a particular runtime processing step for later displaying of the persisted (logged) message. Please note that editing or restart of the logged message is not possible."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it does not mention anything about the Java mapping traces, and as I said before, regardless of the logging and staging configurations, the java mappings traces are not shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone has a solution or is facing the same problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 11:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287762#M3299583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-06T11:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Java mapping abstract trace logs in single Java stack</title>
      <link>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287763#M3299584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alberto &amp;amp; all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just published this blog. Hopefully this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="92627" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Kapila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 05:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287763#M3299584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T05:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Java mapping abstract trace logs in single Java stack</title>
      <link>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287764#M3299585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logging and staging functionalities described in that blog are not of use here since their goal is to persist the message, but not to manage specific audit log entries individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AbstractTrace is used in the custom mapping / UDF to create trace entriesand not audit log entries - this actually explains why, even when utilizing AbstractTrace, you don't see those entries in the audit log of the message and observe them in collected traces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be noted that trace entries and PI message audit log entries are two different techniques for logging runtime data - and underlying realization is different for them. Thus, insertion of trace entries has no effect on audit log entries of the processed message and vice versa. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the intention is to add custom audit log entries from the custom mapping program, you should utilize Audit object (com.sap.aii.af.service.auditlog.Audit) for this. Here is a sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;final String DASH = "-";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Retrieve message ID&lt;/P&gt;&lt;P&gt;String msgID = arg0.getInputHeader().getMessageId();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Convert message ID to UUID format (according to RFC 4122)&lt;/P&gt;&lt;P&gt;String uuidTimeLow = msgID.substring(0, 8);&lt;/P&gt;&lt;P&gt;String uuidTimeMid = msgID.substring(8, 12);&lt;/P&gt;&lt;P&gt;String uuidTimeHighAndVersion = msgID.substring(12, 16);&lt;/P&gt;&lt;P&gt;String uuidClockSeqAndReserved = msgID.substring(16, 18);&lt;/P&gt;&lt;P&gt;String uuidClockSeqLow = msgID.substring(18, 20);&lt;/P&gt;&lt;P&gt;String uuidNode = msgID.substring(20, 32);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;String msgUUID =&lt;/P&gt;&lt;P&gt; uuidTimeLow + DASH + uuidTimeMid + DASH + uuidTimeHighAndVersion + DASH&lt;/P&gt;&lt;P&gt; + &lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;uuidClockSeqAndReserved + uuidClockSeqLow + DASH + uuidNode;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Construct message key and add new audit log entry for it&lt;/P&gt;&lt;P&gt;MessageKey msgKey = new MessageKey(msgUUID, MessageDirection.OUTBOUND);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Audit.addAuditLogEntry(msgKey, AuditLogStatus.SUCCESS,&lt;/P&gt;&lt;P&gt; "Custom audit log entry generated by custom mapping program");&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using underlying functionality of AuditLogManager - and precisely Audit object, you will be able to persist audit log entries that you can further observe in Message Monitor, in message audit (processing) log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vadim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 11:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-mapping-abstract-trace-logs-in-single-java-stack/qaa-p/9287764#M3299585</guid>
      <dc:creator>vadimklimov</dc:creator>
      <dc:date>2013-09-19T11:40:40Z</dc:date>
    </item>
  </channel>
</rss>

