Hi,
I have a util class under src/groovy directory. I am not getting the automatically injected log property here. What is the best way to get that property in java or groovy classes.
I have tried Logger.getRootLogger() but it returns null. Any ideas?