Results 1 to 3 of 3

Thread: Anyone interested in an AOP deep logging lib I've written?

  1. #1

    Default 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.
    Attached Files Attached Files

  2. #2
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    Looks nice. Maybe it would be a neat addition to Spring Modules?

    Regards,
    Andreas

  3. #3
    Join Date
    Sep 2006
    Posts
    1

    Default

    Hi Chris,

    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...

    Thanks
    Francois

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •