Package ca.grimoire.logging.annotations

Class Summary
MethodLoggingAdvice Intercepts method calls and logs the approprate messages for each of the logging annotations in this package.
 

Enum Summary
Severity Indicates the severity of the message used by LogBefore.
 

Annotation Types Summary
LogBefore Indicates a log message to emit before a method call.
LogException Indicates a log message to emit after a method call raises an exception.
LogReturn Indicates a log message to emit after a method call successfully returns.
 



Copyright © 2010 Grimoire Alchymia. All Rights Reserved.