1 2 3 4 5
import java.util.logging.Logger; class LoggerJul { private static final Logger log = Logger.getLogger("LoggerJul"); }