3.2.1: 2012-12-13

net.sf.basedb.core.log
Class LoggingInterceptor.LogDetails

java.lang.Object
  extended by net.sf.basedb.core.log.LoggingInterceptor.LogDetails
Enclosing class:
LoggingInterceptor

static class LoggingInterceptor.LogDetails
extends Object


Field Summary
(package private)  EntityDetails details
           
(package private)  EntityLogger logger
           
(package private)  LogManager manager
           
 
Constructor Summary
LoggingInterceptor.LogDetails(LogManager manager, EntityLogger logger, EntityDetails details)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

final LogManager manager

logger

final EntityLogger logger

details

final EntityDetails details
Constructor Detail

LoggingInterceptor.LogDetails

LoggingInterceptor.LogDetails(LogManager manager,
                              EntityLogger logger,
                              EntityDetails details)

3.2.1: 2012-12-13