Package org.glassfish.pfl.basic.logex
Annotation Type Log
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface Log
This annotation is applied to a method to define the log and exception details for the method.
-
-
Element Detail
-
level
LogLevel level
The logging Level (encoded as an enum) to use for the log record generated from the annotated method.- Returns:
- The log level.
- Default:
- org.glassfish.pfl.basic.logex.LogLevel.WARNING
-
-