MoMELog logging framework is available via five packages:
Packages momelog-full.jar and momelog-full.tar.gz contain full distributions with
compiled jars, sources and docs.
Package momelog-logfile.jar contains core framework classes,
PatternFormatter,
LogFile
and classes used by them. It is intended to serve as the library (included in J2ME application) to provide
logging facility. It can be used for formating logging events based on default or configured conversion pattern
and for collecting logging information in default or configured destination file.
Package momelog-logcanvas.jar contains core framework classes,
PatternFormatter,
LogCanvas
and classes used by them. It is intended to serve as the library (included in J2ME application) to provide
logging facility. It can be used for formating logging events based on default or configured conversion pattern
and for displaying logging information on emulator's or device's screen.
Package momelog-all.jar contains all classes from MoMELog logging framework.
It is intended to serve as the library (included in J2ME application) to provide
logging facility. As MoMELog framework converts logging events using one
Formatter and makes logging information accessible to the developers using one mean,
some of the classes can be redundant.
If memory restrictions allow, presence of redundant classes in J2ME application at development time
can be acceptable (but not desirable). Besides use of this library makes changing of the type of
Formatter and/or the type of LogListener more convenient
(change in initialization file is sufficient),
to achieve better memory usage developers, of course, can eliminate redundant classes from J2ME application.
To install MoMELog full distribution with compiled jars, sources and docs, users need just download
momelog-full.jar or momelog-full.tar.gz archive from
sourceforge.net, unpack it
and follow instruction contained there. ;-)
Thank You for using MoMELog.
To install MoMELog framework with LogFile package users need to
Download momelog-logfile.jar archive from
sourceforge.net.
Make classes contained there accessible for class loaders and make sure they are in J2ME application's jar file. To do this follow instruction of IDE used.
Configure MoMELog, PatternFormatter and LogFile if needed.
See MoMELog Guide, LogFile Guide,
PatternFormatter Guide for details.
Note: Configuring MoMELog to use LogFile is required
(e.g. from initialization file ".momelog.txt").
Thank You for using MoMELog.
To install MoMELog framework with LogCanvas package users need to
Download momelog-logcanvas.jar archive from
sourceforge.net.
Make classes contained there accessible for class loaders and make sure they are in J2ME application's jar file. To do this follow instruction of IDE used.
Configure MoMELog, PatternFormatter and LogCanvas if needed.
See MoMELog Guide, LogCanvas Guide,
PatternFormatter Guide for details.
Note: Configuring MoMELog to use LogCanvas is required
(e.g. from initialization file ".momelog.txt").
Note: Usage of LogCanvas to present logging information on screen requires from
developer some programming work.
Thank You for using MoMELog.
To install all framework package users need to
Download momelog-all.jar archive from
sourceforge.net.
Make classes contained there accessible for class loaders and make sure they are in J2ME application's jar file. To do this follow instruction of IDE used.
Configure MoMELog and used Formatter and LogListener if needed.
See MoMELog Guide and particular Formatter and/or
LogListener documentation for details.
Thank You for using MoMELog.
This framework is available (compiled classes, docs and sources) under Common Public License - v 1.0.