logCompletionTime abstract method

void logCompletionTime(
  1. DateTime startTime,
  2. String operation
)

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);