Tuesday, January 8, 2008

Inspektr: open source audit trail and logging aspects for Java

After creating a lightweight audit trail and log capturing (for example to capture and log Exceptions in the structured way) "common" library for my organization, we've (2 of my colleagues) reviewed it, cleaned it up, added the statistics capturing module, and released it as an open source under Apache license.

At its core, the library makes use of Spring's @AspectJ POJO-style aspects together with Java Annotations.

Check it out, it's called Inspektr, and it's available here

Later...

0 comments: