Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Why only one log message is gotten in Log View in Working with the JSR-047 Logging example
Why only one log message is gotten in Log View in Working with the JSR-047 Logging example [message #79915] Mon, 07 August 2006 07:02 Go to next message
Rice Yeh is currently offline Rice YehFriend
Messages: 20
Registered: July 2009
Junior Member
Hi,
I follows the steps in the article Working with the JSR-047 Logging
example on help. There is only one log message

"Java Common Base Event log message"

shown in Log View. But there are two more logs

logger.log(Level.SEVERE, "Java valid Common Base Event XML
file template log message.");

//Log the an invalid log message (i.e. filtered by the
LoggingAgentHandler):
logger.log(Level.SEVERE, "Java invalid LoggingAgentHandler log
message.");

, which are not shown. What is going wrong?


Rice
Re: Why only one log message is gotten in Log View in Working with the JSR-047 Logging example [message #80145 is a reply to message #79915] Tue, 08 August 2006 16:37 Go to previous messageGo to next message
Rice Yeh is currently offline Rice YehFriend
Messages: 20
Registered: July 2009
Junior Member
Is this related to the bug 147769?

Rice

Rice Yeh wrote:
> Hi,
> I follows the steps in the article Working with the JSR-047 Logging
> example on help. There is only one log message
>
> "Java Common Base Event log message"
>
> shown in Log View. But there are two more logs
>
> logger.log(Level.SEVERE, "Java valid Common Base Event XML
> file template log message.");
>
> //Log the an invalid log message (i.e. filtered by the
> LoggingAgentHandler):
> logger.log(Level.SEVERE, "Java invalid LoggingAgentHandler
> log message.");
>
> , which are not shown. What is going wrong?
>
>
> Rice
Re: Why only one log message is gotten in Log View in Working with the JSR-047 Logging example [message #80159 is a reply to message #80145] Tue, 08 August 2006 17:12 Go to previous messageGo to next message
Rice Yeh is currently offline Rice YehFriend
Messages: 20
Registered: July 2009
Junior Member
More likely it is the bug 147475 and will be solved in 4.3?

Rice

Rice Yeh wrote:
> Is this related to the bug 147769?
>
> Rice
>
> Rice Yeh wrote:
>
>> Hi,
>> I follows the steps in the article Working with the JSR-047 Logging
>> example on help. There is only one log message
>>
>> "Java Common Base Event log message"
>>
>> shown in Log View. But there are two more logs
>>
>> logger.log(Level.SEVERE, "Java valid Common Base Event XML
>> file template log message.");
>>
>> //Log the an invalid log message (i.e. filtered by the
>> LoggingAgentHandler):
>> logger.log(Level.SEVERE, "Java invalid LoggingAgentHandler
>> log message.");
>>
>> , which are not shown. What is going wrong?
>>
>>
>> Rice
Re: Why only one log message is gotten in Log View in Working with the JSR-047 Logging example [message #82015 is a reply to message #80159] Tue, 29 August 2006 18:42 Go to previous message
Eclipse UserFriend
Originally posted by: cindyjin.ca.ibm.com

Yes, it is the bug 147475. It will be fixed in 4.3.
Thanks
Cindy

Rice Yeh wrote:
> More likely it is the bug 147475 and will be solved in 4.3?
>
> Rice
>
> Rice Yeh wrote:
>> Is this related to the bug 147769?
>>
>> Rice
>>
>> Rice Yeh wrote:
>>
>>> Hi,
>>> I follows the steps in the article Working with the JSR-047 Logging
>>> example on help. There is only one log message
>>>
>>> "Java Common Base Event log message"
>>>
>>> shown in Log View. But there are two more logs
>>>
>>> logger.log(Level.SEVERE, "Java valid Common Base Event
>>> XML file template log message.");
>>>
>>> //Log the an invalid log message (i.e. filtered by the
>>> LoggingAgentHandler):
>>> logger.log(Level.SEVERE, "Java invalid
>>> LoggingAgentHandler log message.");
>>>
>>> , which are not shown. What is going wrong?
>>>
>>>
>>> Rice
Previous Topic:Setting vmargs when profiling applications via Eclipse
Next Topic:Use JDK1.3 with TPT
Goto Forum:
  


Current Time: Fri Apr 26 17:57:16 GMT 2024

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

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

Back to the top