Bug 355845 - JavaUtilLoggerImpl creates LogRecord without logger name
Summary: JavaUtilLoggerImpl creates LogRecord without logger name
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 3.7.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Birt-Chart-inbox@eclipse.org CLA
QA Contact: weiming tang CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-25 10:24 EDT by Aaron Digulla CLA
Modified: 2011-10-24 08:39 EDT (History)
2 users (show)

See Also:


Attachments
Patch which fixes the issue (1.38 KB, patch)
2011-10-24 08:39 EDT, Aaron Digulla CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Digulla CLA 2011-08-25 10:24:54 EDT
The code in JavaUtilLoggerImpl creates LogRecord without setting the source logger name which causes problems in some logging frameworks.

The attached patch merges common code and makes sure LogRecord is completely initialized.
Comment 1 Xiaoying Gu CLA 2011-10-24 04:40:35 EDT
(In reply to comment #0)
> The code in JavaUtilLoggerImpl creates LogRecord without setting the source
> logger name which causes problems in some logging frameworks.
> 
> The attached patch merges common code and makes sure LogRecord is completely
> initialized.

Can this problem be reproducable in the latest build?
Could you add more information about this problem?
Comment 2 Aaron Digulla CLA 2011-10-24 08:39:45 EDT
Created attachment 205807 [details]
Patch which fixes the issue

Bugzilla sometimes swallows attachments made when a bug is created. Here is the patch.