Last active
August 29, 2015 14:10
-
-
Save oehme/73b8f268c98a91b5e7ce to your computer and use it in GitHub Desktop.
Manual log field
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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