Inject log object in Grails class outside of grails-app
Posted
by Azder
on Stack Overflow
See other posts from Stack Overflow
or by Azder
Published on 2009-09-11T12:01:16Z
Indexed on
2010/04/14
3:13 UTC
Read the original article
Hit count: 894
I have a class in src/groovy in my grails project.
How do i make a log field that gets injected with the correct logger for that class ?
Is there a commons logging or just log4j in grails ?
© Stack Overflow or respective owner