Annotation Interface Logged


@Target(METHOD) @Retention(RUNTIME) public @interface Logged
This annotation is for internal use only!

This annotation should be used on methods that need to be notified when information is logged by the EventLogger. There is no distinction between the log level or category.

Methods annotated with this annotation should accept a single parameter, an EventLog, otherwise a IncorrectListenerException will be thrown when registering your listener.

Any exceptions thrown by the listener will abort the call. Any other listeners not yet called will not be called.

Since:
14.0
See Also: