Skip to content

Instantly share code, notes, and snippets.

@KowalczykBartek
Created June 3, 2015 09:01
Show Gist options
  • Save KowalczykBartek/78f66e1037553d1ae35c to your computer and use it in GitHub Desktop.
Save KowalczykBartek/78f66e1037553d1ae35c to your computer and use it in GitHub Desktop.
interface LoggerAwarenessController {
default Logger getLogger(){
return LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment