Core classes need to use java.util.Logger for logging. 
-------------------------------------------------------

                 Key: YOKO-199
                 URL: http://issues.apache.org/jira/browse/YOKO-199
             Project: Yoko - CORBA Server
          Issue Type: Bug
          Components: orb core
    Affects Versions: 1.0-incubating-M1
            Reporter: Rick McGuire
         Assigned To: Rick McGuire
             Fix For: 1.0-incubating-M1


There are 2 problems with logging in the yoko core.  The majority of the 
logging is done using a custom class that just does a System.err.println() 
call.  This needs to be mapping things to java.util.logger.Logger.  Other code 
is using commons logging, which creates an undesirable dependency.  This also 
needs to be replaced with java.util.logger. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to