Skip to content

Commit

Permalink
Get logger based on class.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaley committed Jun 5, 2010
1 parent 3e17bdb commit 09afa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScopedProxyGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,5 @@ class ScopedProxyGrailsPlugin {
buildServiceProxy(beanBuilder, classLoader, serviceClass)
}

private static final log = LoggerFactory.getLogger("grails.plugin.scopedproxy.ScopedProxyGrailsPlugin")
private static final log = LoggerFactory.getLogger(ScopedProxyGrailsPlugin)
}

0 comments on commit 09afa97

Please sign in to comment.