`java.util.logging.Logger is included in the standard JDK, but projects will usually use libraries such as Log4J instead.
Other libraries include Log4j and commons-logging.
To make your libraries portable, consider SLF4J for another level of indirection.