Last active
February 11, 2020 15:37
-
-
Save revseev/2ed4ed67850bbebd6b236ad255450e4d to your computer and use it in GitHub Desktop.
Logger getLogger
This file contains hidden or 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
| 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