
Package ca.uhn.fhir.jpa.interceptor
Class PerformanceTracingLoggingInterceptor
java.lang.Object
ca.uhn.fhir.jpa.interceptor.PerformanceTracingLoggingInterceptor
Logs details about the executed query
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructor that logs to this class with a level of INFOPerformanceTracingLoggingInterceptor(org.slf4j.event.Level theLevel) Constructor that logs with a specific levelPerformanceTracingLoggingInterceptor(org.slf4j.Logger theLog, org.slf4j.event.Level theLevel) Constructor that logs to a custom logger and level - 
Method Summary
Modifier and TypeMethodDescriptionvoidindexSearchQueryComplete(SearchRuntimeDetails theOutcome) voidinfo(StorageProcessingMessage theMessage) voidsearchComplete(SearchRuntimeDetails theOutcome) voidsearchFailed(SearchRuntimeDetails theOutcome) voidsearchFirstResultLoaded(SearchRuntimeDetails theOutcome) voidsearchPassComplete(SearchRuntimeDetails theOutcome) voidsearchSelectComplete(SearchRuntimeDetails theOutcome) voidwarning(StorageProcessingMessage theMessage)  
- 
Constructor Details
- 
PerformanceTracingLoggingInterceptor
public PerformanceTracingLoggingInterceptor()Constructor that logs to this class with a level of INFO - 
PerformanceTracingLoggingInterceptor
Constructor that logs with a specific level- Since:
 - 5.5.0
 
 - 
PerformanceTracingLoggingInterceptor
public PerformanceTracingLoggingInterceptor(org.slf4j.Logger theLog, org.slf4j.event.Level theLevel) Constructor that logs to a custom logger and level 
 - 
 - 
Method Details
- 
searchFirstResultLoaded
 - 
searchSelectComplete
 - 
searchComplete
 - 
searchPassComplete
 - 
searchFailed
 - 
indexSearchQueryComplete
 - 
info
 - 
warning
 
 -