Re: Logging in Java ME
[email protected] Fri, 18 Apr 2008 05:35:45 PDT
| Newsgroups | gmane.comp.java.sun.kvm |
|---|---|
| Message-ID | <20722746.242021208522175258.JavaMail.tomcat@sdcst12.sjc.collab.net> |
Hi, JSR 47 is the logging API but unfortunately it never got much traction in Java ME land. You're right that there are a few open source packages available but I have not yet tried them. Do you need to log during development? If yes, then with many devices System.out goes to the console on the PC or into a file on the device and you can use that. If you are looking for logging functionality once your app is deployed to users then your choices for persistent storage is RMS or PIM files. In both cases you'll need to implement caching and LRU policies to minimize the activity on the persistent store as some devices are very slow in accessing flash storage. -- Terrence [Message sent by forum member 'terrencebarr' (terrencebarr)] http://forums.java.net/jive/thread.jspa?messageID=269919 =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff KVM-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".