| Author |
log property in util class
|
Paras Jain
Ranch Hand
Joined: Feb 26, 2005
Posts: 137
|
|
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?
Regards,
Paras
|
Paras Jain
SCJP 5.0
|
 |
Gregg Bolinger
Sheriff
Joined: Jul 11, 2001
Posts: 15040
|
|
|
You should just do Logger.getLogger(getClass());
|
My Blog | DZone Articles
|
 |
 |
|
|
subject: log property in util class
|
|
|