Class LogAnnotationProcessor


  • @Interceptor
    @Log
    @Priority(2000)
    public class LogAnnotationProcessor
    extends Object
    A processor of org.silverpeas.core.util.logging.Log annotations. Each time a method annotated with this annotation is invoked, this processor will produce a log record with as information the user behind the invocation and another log record at the method execution end with as additional information the time spent at the method execution.
    Author:
    mmoquillon