This project helps you to add logging capabilities to your solution.
Main features:
- It is based on xml or annotation log message model.
- It can use Hibernate as a persister and all standard JPA annotation in model description.
- It can use different transport, such as HTTP, JMS, SOAP, Simple Jar call.
- It is fully based on Java Open Source mechanisms(Spring Core, Ioc, MVC, Template, Security, Shedulling, Integration).
- It can uses different message formats, such as XML, JSON, POJO.
- It already has simple web layer to view and manage logs.
- It has some log managing capabilities as sheduled log deleting, e-mail on support.
- It can operates async or sync with managable thread pool.
- You can simple add new realization on components of LogManager because layers of application are loosely coupled with Spring Ioc xml configuration.