Menu

MoMELog: J2ME logging framework 1.0 released

J2ME logging framework intended to be used at development time. It is only CLDC 1.1 complied. It is simple, flexible and extensible. It supports different way of formating and displaying logging information.

MoMELog is very simple and extensible J2ME logging framework intended to be used at development time. It consists of small core and extensions, that provide particular formatting method or make logging information accessible to developers via particular mean.
See http://momelog.sourceforge.net/intro.html

MoMELog logging framework is extremely simple and extensible. It adheres to restrictions and boundaries of J2ME architecture and provides means for declarative and programmatical configuration.
See http://momelog.sourceforge.net/momelog-guide.html

MoMELog provides PatternFormatter as extension. It is intended to convert logging events to strings based on conversion pattern. It's functionality and format of conversion pattern resemble very much that of log4J framework.
See http://momelog.sourceforge.net/patternformatter-guide.html

MoMELog provides LogCanvas as extension. It is intended to display logging information on device's or emulator's screen. It is fully functional Canvas with very simple and convenient GUI. Users can scroll one line or page down or up and go to the beginning or to the end of text, toggle fullscreen mode and reset buffer by pressing one key. To indicate first and last line, scrollbar's cursor has different color at the edge positions (top and bottom) from that at the middle. Like any other Displayable it requires from developer some programming work.
See http://momelog.sourceforge.net/logcanvas-guide.html

MoMELog provides LogFile as extension. It is intended to collect logging information in destination file. It can be used only on devices or emulators that support FileConnection API. It is fully configurable. It is possible to specify location, character encoding, header and footer lines of destination file and prefix and suffix of each logging line.
See http://momelog.sourceforge.net/logfile-guide.html

See MoMELog web site at http://momelog.sourceforge.net

Download MoMELog from http://sourceforge.net/project/showfiles.php?group_id=212342

Posted by mark-frosts 2007-12-19

Log in to post a comment.