How do we retrieve the list of parameters of a closure/method in groovy dynamically, javascript style through the arguments array
say for example that i want to log
I think you may want to take a look at varargs http://www.javalobby.org/articles/groovy-intro3/