logMethodParams

fun logMethodParams(joinPoint: JoinPoint, logMethodWithParams: LogMethodWithParams)

Logs the input parameters of a method if the specified annotation is present.

Parameters

joinPoint

The join point representing the method being executed.

logMethodWithParams

The annotation used to mark the method for parameter logging.