logCompletionTime abstract method
Logs the time taken to complete an operation.
startTime: The starting time of the operation.
operation: The name or description of the operation being logged.
Implementation
void logCompletionTime(DateTime startTime, String operation);