SLF4J has a note in the FAQ about a recommended idiom for declaring a logger, which uses MethodHandles to avoid
naming the logger explicitly, which makes it easy to copy into a new class or include in
a new file template.
After switching to static imports for both the MethodHandle and the LoggerFactory,
this becomes the most unintrusive form I've ever seen, with both a short line length and
requiring few import lines:
