public class DefaultAutoFetchManagerLogging extends Object
Note that java util logging loggers generally should not be serialised and that is one of the main reasons for pulling out the logging to this class.
| Constructor and Description |
|---|
DefaultAutoFetchManagerLogging(ServerConfig serverConfig,
DefaultAutoFetchManager profileListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(SpiEbeanServer ebeanServer) |
boolean |
isTraceUsageCollection() |
void |
logChanged(TunedQueryInfo tunedFetch,
OrmQueryDetail newQueryDetail) |
void |
logError(String msg,
Throwable e) |
void |
logInfo(String msg,
Throwable e) |
void |
logNew(TunedQueryInfo tunedFetch) |
void |
logSummary(String summaryInfo) |
public DefaultAutoFetchManagerLogging(ServerConfig serverConfig, DefaultAutoFetchManager profileListener)
public void init(SpiEbeanServer ebeanServer)
public void logSummary(String summaryInfo)
public void logChanged(TunedQueryInfo tunedFetch, OrmQueryDetail newQueryDetail)
public void logNew(TunedQueryInfo tunedFetch)
public boolean isTraceUsageCollection()
Copyright © 2014. All Rights Reserved.