DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44308>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44308

           Summary: [Patch] JMX component for managing Logger configurations
           Product: Log4j
           Version: 1.2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: enhancement
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: [EMAIL PROTECTED]


Log4j comes with HierarchyDynamicMBean for managing Log4j by means of JMX.

This class has the following restrictions:
- It can not be registered more than once at the same MBean server, this
  is a critical restriction in J2EE Environments.
- Only loggers specified in the Log4j configuration file can be configured.
- The code is overly complex.

Since these restrictions are by design I have implemented a more straight 
forward solution to this problem.

LoggerManager:             Class with Methods for managing loggers
LoggerManagerModelMBean:   Model MBean which makes LoggerManager methods
                           available per JMX
RollbackableLoggerManager: Extension to LoggerManager which records intial state
                           for all changed loggers and offers a method to
                           roll them back

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to