import org.slf4j.Logger; import org.slf4j.LoggerFactory; class A { private static final Logger log = LoggerFactory.getLogger(A.class); }