Skip to content

Instantly share code, notes, and snippets.

@LuisMDeveloper
Created December 31, 2013 19:43
Show Gist options
  • Save LuisMDeveloper/8201317 to your computer and use it in GitHub Desktop.
Save LuisMDeveloper/8201317 to your computer and use it in GitHub Desktop.
Groovy Slf4j logger initialization
import groovy.util.logging.Slf4j
@Slf4j
class A
{
...
log.info( ' .. ' )
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment