Hello all, Is there a way I can use a global variable inside a function definition without having to pass it as a parameter? I'd like to be able to use a log4j Logger instance (declared as a global variable) inside functions. Best regards, José Arrarte