SLF4Fxis the opensource framework that allows to integrate Flex logging API on client side with many java logging frameworks on server side.
The idea behind is simple. On client side we have LoggingTarget that sends all log records to slf4fx server written on java. The server utilizes Simple Logging Facade for Java (SLF4J) for routing all incoming records to supported java logging framework. The list of supported frameworks includes all well-known logging frameworks. They provide many ways for further log manipulations - filtering, saving to file, writing to console, sending to email ant etc. There are also many UI and text based tools for log analysis that works with those logging frameworks.
SLF4Fx uses very simple but efficient binary protocol to transfer log records between flex client and java server. The framework also provides ability to collect log records from particular client application instance that could be useful on remote support.
In development you can use provided simple sl4fx server or you can integrate the slf4fx server bean into your own java application with just few lines of code.
See Integration page for futher details or you can start using SLF4Fx with FourSimpleStepsToStart.
StatusCurrent stable version is 1.12 (no fixes, no improvements, maven repository were added)
MavenYou can use following repository in your pom. See Maven for details.
...
slf4fx-maven-repo
slf4fx maven repository
http://slf4fx.googlecode.com/svn/repo
...
ThanksI used the marvelous Apache Mina framework for design server. Thank you guys!
SLF4J is very simple in use and provides freedom to choose any (known by me :) ) java logging framework.
flex-mojos is great maven plugin that shift RIA development based on Flex3 to enterprise level.
30 Day Summary Apr 21 2013 — May 21 2013
|
12 Month Summary May 21 2012 — May 21 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.