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]
