Skip to content

Instantly share code, notes, and snippets.

@oehme
Created November 25, 2014 14:45
Show Gist options
  • Save oehme/77e91ef7a27046f2bd2e to your computer and use it in GitHub Desktop.
Save oehme/77e91ef7a27046f2bd2e to your computer and use it in GitHub Desktop.
Automatic log field
@Log class Commander {
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