0 Replies Latest reply on Oct 27, 2008 9:50 PM by jnusaira

    Is there an audit logger in Seam?

    jnusaira

      Basically just something you would do a global wrap so every method that is called into it gets the method called .... parameters passed and returned etc?


      I am fairly certain a custom interceptor could do it in a few lines of code.


      I dont THINK i need to do it to the granularity that even methods inside a calling class get it.


      I know Spring has something similair. Figured a global annotation marked with the log level for it?