Hi list,

a message from Fran=E7ois V. :

"""Version 2.0.0 of log4reb brings major improvements and enhancements.
Log4reb 2.0 provides a highly flexible and extensible logging framework.
Log4reb has three main components: loggers, appenders and layouts. These=20
three types of components work together to enable developers to log=20
messages according to message type and level, and to control how these=20
messages are formatted and where they are reported.
The ability to selectively enable or disable logging requests based on=20
their level is only part of the picture. Log4reb also allows logging=20
requests to print to multiple output destinations called appenders in=20
log4reb speak.
A logger may refer to multiple appenders. Each enabled logging request=20
for a given logger will be forwarded to all the appenders in that logger.
More often than not, users want to customize not only the output=20
destination but also the output format, a feat accomplished by=20
associating a layout with an appender. The layout formats the logging=20
request according to the user's wishes, whereas an appender takes care=20
of sending the formatted output to its destination

In this version, the following appenders are available:
* console-appender
* file-appender
and regarding the layout: pattern-layout.

As it is very easy to build new appenders and layouts within the=20
framework, others will follow.
Next plan:
* an appender to redirect the log messages to a Rebol/View client
* an appender that makes asynchronous write to a file (asyn-file-appender=
)

Enjoy - Fran=E7ois V"""

http://www.agora-dev.org/forums/view.php?bn=3Drebol_prjnvxprod&key=3D1095=
626947

I use his tool, and it's a good help :-)

Charles MOUGEL.
-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to