C L M S V

C

ca.grimoire.logging.annotations - package ca.grimoire.logging.annotations
 

L

LogBefore - Annotation Type in ca.grimoire.logging.annotations
Indicates a log message to emit before a method call.
logBefore(JoinPoint, LogBefore) - Method in class ca.grimoire.logging.annotations.MethodLoggingAdvice
Emits the log message from a LogBefore annotation, using the method call's parameter list as the formatting parameters.
LogException - Annotation Type in ca.grimoire.logging.annotations
Indicates a log message to emit after a method call raises an exception.
logException(JoinPoint, LogException, Throwable) - Method in class ca.grimoire.logging.annotations.MethodLoggingAdvice
Emits the log message from a LogException annotation, including the method call's thrown exception.
LogReturn - Annotation Type in ca.grimoire.logging.annotations
Indicates a log message to emit after a method call successfully returns.
logReturn(JoinPoint, LogReturn, Object) - Method in class ca.grimoire.logging.annotations.MethodLoggingAdvice
Emits the log message from a LogReturn annotation, using the method's return value as the (sole) formatting parameter.

M

MethodLoggingAdvice - Class in ca.grimoire.logging.annotations
Intercepts method calls and logs the approprate messages for each of the logging annotations in this package.
MethodLoggingAdvice() - Constructor for class ca.grimoire.logging.annotations.MethodLoggingAdvice
 

S

Severity - Enum in ca.grimoire.logging.annotations
Indicates the severity of the message used by LogBefore.

V

valueOf(String) - Static method in enum ca.grimoire.logging.annotations.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum ca.grimoire.logging.annotations.Severity
Returns an array containing the constants of this enum type, in the order they are declared.

C L M S V

Copyright © 2010 Grimoire Alchymia. All Rights Reserved.