Is there a way that you can get a generic error handler to get hold of the input parameters passed into a function or sub?
I would like to be able to log all inputs to any function but do not want to hard code saving the parameters as would bloat the code somewhat and make it a pain to maintain.

Many Thanks,

John.