Sorry for the delayed response. We maintain a wiki here where we should hopefully be adding more info: http://code.google.com/p/inspektr/w/list
I'll try and answer some stuff in-line below. -Scott On Fri, Jul 25, 2008 at 11:54 PM, Li Wei Nan <[EMAIL PROTECTED]> wrote: > <snip /> > > - What's the concepts of 'Auditing' in Inspektr mean? Certainly I know the > what this word means, but what does it mean for @Auditable annotation, what > will happen if I declare a method @Auditable? > > Nothing actually happens unless you enable the Aspect. When you enable the aspect in the Spring configuration file, every time that method is called a set of information is constructed based on what's provided in the @Auditable annotation as well as the method parameters. That information is sent to the AuditTrailManager and depending on what you have configured there can either write to the console, a database, etc. > - What's the concepts of 'Statistic' mean? Does it means all the input and > output will be logged in logfile if I declare a method 'Statistic'? > > Its supposed to log things like this method was called X many times in this minute, Y times in this hour, etc. The goal, and we haven't done this yet, is to log this general data and then use a web app (to be built) that can aggregate the data and determine trends, spikes, etc. > - Can this project be a substitute for Log4J or it should be used together? > > Its not an appropriate substitute as you can't necessarily add annotations to 3rd party libraries. But it should be able to work together with it without issue. -Scott > > > Thanks! > - Li Wei Nan > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > > > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > >
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
