|
Annotation Types Summary |
| 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. |