Skip to content

Instantly share code, notes, and snippets.

@revseev
Last active February 11, 2020 15:37
Show Gist options
  • Select an option

  • Save revseev/2ed4ed67850bbebd6b236ad255450e4d to your computer and use it in GitHub Desktop.

Select an option

Save revseev/2ed4ed67850bbebd6b236ad255450e4d to your computer and use it in GitHub Desktop.
Logger getLogger
private static final Logger LOGGER = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
// можно использовать и копировать между классами. Но тогда источник будет иметь полный путь класса, а это не всегда удобно
// http://slf4j.org/faq.html#declared_static
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment