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