Skip to content

Instantly share code, notes, and snippets.

@mdelaurentis
Created July 8, 2010 20:53
Show Gist options
  • Save mdelaurentis/468602 to your computer and use it in GitHub Desktop.
Save mdelaurentis/468602 to your computer and use it in GitHub Desktop.
package com.whatever
import org.apache.commons.logging.LogFactory
class Foo {
private static final def LOG = LogFactory.getLog("com.whatever.Foo")
def var() {
LOG.debug("Some message")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment