Package org.glassfish.pfl.basic.logex
-
Interface Summary Interface Description OperationTracer.Element WrapperGenerator.Extension Extension API available to override the default behavior of the WrapperGenerator.WrapperGenerator.MessageInfo Hidden interface implemented by the result of the makeWrapper call. -
Class Summary Class Description OperationTracer OperationTracer.ArrayElement OperationTracer.GenericElement OperationTracer.ValueElement WrapperGenerator Given an annotated interface, return a Proxy that implements that interface.WrapperGenerator.ExtensionBase Convenience base class for implementations of Extension that don't need to override every method.WrapperGenerator.ShortFormatter -
Enum Summary Enum Description LogLevel Enum corresponding to java.util.logging.Level that can be used in annotations.WrapperGenerator.ReturnType -
Annotation Types Summary Annotation Type Description Chain This annotation is applied to an interface or abstract class that is used to define methods for logging and/or constructing exceptions.ExceptionWrapper This annotation is applied to an interface or abstract class that is used to define methods for logging and/or constructing exceptions.Log This annotation is applied to a method to define the log and exception details for the method.Message This annotation is applied to an interface or abstract class that is used to define methods for logging and/or constructing exceptions.NoStackTrace Indicates that stack traces should not be added to log records for logging methods in the interface (if on an interface), or for a particular method.StackTrace Indicates that stack traces should be added to log records for logging methods in the interface (if on an interface), or for a particular method.