Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 65816 invoked from network); 2 Jun 2005 17:17:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jun 2005 17:17:39 -0000 Received: (qmail 75952 invoked by uid 500); 2 Jun 2005 17:17:36 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 75907 invoked by uid 500); 2 Jun 2005 17:17:35 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 75893 invoked by uid 99); 2 Jun 2005 17:17:35 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Jun 2005 10:17:31 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id F18CE184; Thu, 2 Jun 2005 17:54:14 +0200 (CEST) From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 30268] - [logging] Add CLDC support X-Bugzilla-Reason: AssignedTo Message-Id: <20050602155414.F18CE184@ajax.apache.org> Date: Thu, 2 Jun 2005 17:54:14 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=30268 ------- Additional Comments From nathann@objectfx.com 2005-06-02 17:54 ------- Created an attachment (id=15266) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=15266&action=view) MIDP Logging Impl I attached the implementation we used get logging working on midp. It's been a while but I think we thought there might be a need for LogFactory to be an interface or abstract class that loads a LogFactoryImpl or LogFactoryCLDCImpl. Anyway, the zip file contains a the source, with a JUnit test, and some sample property files. This CLDC implementation is used and configured the same as the J2SE version except that you need to use a stripped down commons-logging-api.jar containing only the Log.class and LogConfigurationException.class. Sorry for the delay in posting this. Our MIDP project was put on hold. -- 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: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org