Sometimes it is useful to configure the java.util.logging programmatically, e.g, in unit test drivers or in a proprietary management interface. However, the default logging settings (see logging.properties in your java installation) will only let INFO level loggings through. The reason is…
Kommentarer