Anyone interested in an AOP deep logging lib I've written?
Hello All,
I've been writting a Spring interceptor/lib which records the time taken by sub elements of a stack as part of an overall stack.
What does it do?
- Allows you to wrap a class/classes with an interceptor
- Digests the events created by this interceptor, it formats the output as a stack and calculates a total time taken for each part of the monitored classes.
Why is this useful?
We have 10-15 libs that make up our service and we've found it really useful to find out on a very high level where the time is being taken per lump.
Example output, (see attached file)
If anyone is interested in using this api or is interested in having a discussion on how they could use it please leave a comment here and I'll get back to you.
I'm looking for a way to easily trace methods entry and exit for all my methods. This is a big project. Could your library help me to do that ?
I understant it also provide timing info, ehich is icing on the cake...