Howdy,
Assigning an appender named myLogFile and threshold level INFO to
category name A.B.C.D is easy:
log4j.logger.A.B.C.D = myLogFile, INFO

Besides that, I can't help you much, as I haven't used log4me at all and
I don't know how active it is.  I'd say the fact there's no Logger class
indicates a serious lag in the development of log4me compared to the
main log4j package.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: fhunter [mailto:[EMAIL PROTECTED]
>Sent: Thursday, March 13, 2003 1:04 AM
>To: 'Log4J Users List'
>Subject: Log4jme
>
>Hi,
>
>We are trying to use log4jme for a j2me version of our application (The
>full version uses log4j successfully) we simply use the log4jme
>executable in place of log4j. We can not use Logger class as log4jme
>does not define Logger class. Instead we use Category as:
>
>m_log = Category.getInstance( ourMain.class.getName() );
>
>Again all works fine on the full version. However the j2me version is
>giving us a "No appenders Found for Category ... ";
>
>Note we are using the "file appender" which is supported by both
>versions.
>
>Any ideas on why these two packages would behave differently. Also is
>there any place where we can find a manual or documentation for
log4jme?
>
>How can we specifically assign a appender to a Category? Can this be
>done in the properties file?
>
>Thanks you
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to