Inject log object in Grails class outside of grails-app

Viewed 13525

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 ?

3 Answers
Related