You can skip some method’s parameters and not log them.
To do that you need to pass the String[] ignoreParameters
parameter with the @LogIt
annotation.
By default there is no ignored parameter - ignoreParameters
is empty.
Example
@LogIt(ignoreParameters={"checksum"})