Skip to content

Instantly share code, notes, and snippets.

@oehme
Last active August 29, 2015 14:10
Show Gist options
  • Save oehme/73b8f268c98a91b5e7ce to your computer and use it in GitHub Desktop.
Save oehme/73b8f268c98a91b5e7ce to your computer and use it in GitHub Desktop.
Manual log field
class Commander {
static val log = Logger.getLogger(Commander.name)
def whatIsThis() {
log.warning("It's a trap!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment