logFACES Enterprise Logging Suite is composed by two applications which deal with software integrations, testing, field support or development, should find this product very useful. LogFaces is an out-of-the-box solution built on top of Apache Logging Services.
There are three players - your system, logFaces Server and logFaces Clients. It works like this, your system sends log data to the logFaces Server using the appenders we provide.
The server collects and routes this data to interested clients in the form that they define. The only requirement is to produce log in the format understood by the logFaces Server, which is currently Apache log4xxx API's schema. In the future we are planning to extend this format to alow other source types but today log4xxx API's are the de-facto standards in software development and most systems already support them. In such cases the integration is straightforward and is only a matter of simple configuration.
Personal Edition
There is lighter version of logFaces which involves only two players - your system and logFaces Client directly. In this configuration the client runs a small embedded server inside. This variation is available as a Personal Edition for those who only need real-time viewer and typically don't require multi-user environment and database storage.
Limitations:
· 30 days trial
What's New in This Release:
· Improvement - server: MongoDB indexes management is now optional through admin page
· Improvement - server: allow getLastError rate on commits through MongoDB admin page
· Improvement - clients: combo boxes in criteria are now using horizontal scroll bar to handle very long names
· Improvement - clients: list of logger names in criteria combo is now sorted by package and name
· Upgrade - MongoDB driver moved to 2.7.3
· Bug - server: MongoDB default properties would sometimes cause exceptions in admin
· Bug - server: fixed un-escaped expression values in JEXL conditions
· Bug - appenders: fixed un-escaped control characters in messages before serializing to XML
· Bug - appenders: fixed problem with unresolved host names which prevented failover
· Bug - clients: fixed problem with $ sign as class name delimeter (related to scala syntax)
· Bug - clients: fixed problem with MDC related queries where MDC names weren't properly persisted