History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LEDGE-64
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed/Completed
Priority: Major Major
Assignee: Rafał Krzewski
Reporter: Rafał Krzewski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ObjectLedge

move LoggingConfigurator into ledge-components

Created: 2004-06-25 13:09   Updated: 2004-08-31 14:48
Component/s: logging, @implementation
Affects Version/s: 0.2
Fix Version/s: 0.3

Time Tracking:
Not Specified

Issue Links:
Blocker
 


 Description  « Hide
If LoggingConfigurator is in ledge-components, a component may request that logging subsystem be configured before it, by declaring LedgeConfigurator dependency through it's constructor.

This is needed in siutation when component's start method calls third party code that performs excessive logging.

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Rafał Krzewski - 2004-06-25 13:26
done.

Rafał Krzewski - 2004-06-25 13:50
It still does not work the way I want it. LoggerFactory produces loggers before LoggingConfigurator.start() is called. Therefore, I'm going to move log initialization into LoggerFactory constructor, and make it the dependency of LoggerFactory.

Rafał Krzewski - 2004-06-25 14:57
Now it's working as expected. Console & log noise is suppressed.

Rafał Krzewski - 2004-08-31 14:44
reopenning to edit

Rafał Krzewski - 2004-08-31 14:48
closing back