Date Name Downloads
Dec 6, 2012 xLog -1.1_01 214
Nov 30, 2012 xLog - 1.1 100
Nov 26, 2012 xLog - 1.0 86
xLog - 1.0
xLog - 1.0
Nov 26, 2012
Apache License
86

This release provides two applications, one application log which stores the log documents. And a test application with sample xpages which shows how to test the logging framework. The xpage admin.xsp shows a simple configuration view where you can set replicaID to the log database, asynchronous mode of logging. Log level etc. 

The test application also includes a managed bean, which only have one logger call which is all that is needed before you can start to log:

private static Log logger = LogFactory.getLog(Controller.class);

 

Open test.xsp in order to test the logging features.