logMethodResult

fun logMethodResult(joinPoint: JoinPoint, logMethodWithParams: LogMethodWithParams, result: Any?)

Logs the result of a method execution.

Parameters

joinPoint

The join point representing the method being executed.

logMethodWithParams

The annotation used to mark the method for parameter logging.

result

The result of the method execution.