Package org.gwizard.logging
-
Class Summary Class Description Configurator Takes care of setting up the logging environment; should be bound as eager singleton.LogCallInterceptor Guice AOP interceptor which looks for@LogCallannotation on methods to log method calls.LoggingConfig Logging configuration is drawn from three sources, in three steps:LoggingModule -
Annotation Types Summary Annotation Type Description LogCall Guice AOP annotation which indicates method call should be logged.