
Package ca.uhn.fhir.jpa.interceptor
Class PerformanceTracingLoggingInterceptor
- java.lang.Object
-
- ca.uhn.fhir.jpa.interceptor.PerformanceTracingLoggingInterceptor
-
public class PerformanceTracingLoggingInterceptor extends Object
Logs details about the executed query
-
-
Constructor Summary
Constructors Constructor Description PerformanceTracingLoggingInterceptor()
Constructor that logs to this class with a level of INFOPerformanceTracingLoggingInterceptor(org.slf4j.Logger theLog, org.slf4j.event.Level theLevel)
Constructor that logs to a custom logger and level
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
indexSearchQueryComplete(SearchRuntimeDetails theOutcome)
void
info(StorageProcessingMessage theMessage)
void
searchComplete(SearchRuntimeDetails theOutcome)
void
searchFailed(SearchRuntimeDetails theOutcome)
void
searchFirstResultLoaded(SearchRuntimeDetails theOutcome)
void
searchPassComplete(SearchRuntimeDetails theOutcome)
void
searchSelectComplete(SearchRuntimeDetails theOutcome)
void
warning(StorageProcessingMessage theMessage)
-
-
-
Constructor Detail
-
PerformanceTracingLoggingInterceptor
public PerformanceTracingLoggingInterceptor()
Constructor that logs to this class with a level of INFO
-
PerformanceTracingLoggingInterceptor
public PerformanceTracingLoggingInterceptor(org.slf4j.Logger theLog, org.slf4j.event.Level theLevel)
Constructor that logs to a custom logger and level
-
-
Method Detail
-
searchFirstResultLoaded
public void searchFirstResultLoaded(SearchRuntimeDetails theOutcome)
-
searchSelectComplete
public void searchSelectComplete(SearchRuntimeDetails theOutcome)
-
searchComplete
public void searchComplete(SearchRuntimeDetails theOutcome)
-
searchPassComplete
public void searchPassComplete(SearchRuntimeDetails theOutcome)
-
searchFailed
public void searchFailed(SearchRuntimeDetails theOutcome)
-
indexSearchQueryComplete
public void indexSearchQueryComplete(SearchRuntimeDetails theOutcome)
-
info
public void info(StorageProcessingMessage theMessage)
-
warning
public void warning(StorageProcessingMessage theMessage)
-
-