资 源 简 介
SLF4Fx
is 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 b