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 TypeMethodDescriptionvoid
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 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
-