logExecutionTime

fun logExecutionTime(joinPoint: ProceedingJoinPoint): Any?

Logs the execution time of a method.

Return

The result of the method execution.

Parameters

joinPoint

The join point representing the method being executed.

Throws

If an error occurs during the method execution.