All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dua3.utility.samples.slf4j.SwingComponentsSampleSlf4j Maven / Gradle / Ivy

There is a newer version: 15.0.2
Show newest version
package com.dua3.utility.samples.slf4j;

import com.dua3.utility.samples.SwingComponentsSampleLogBase;
import org.slf4j.bridge.SLF4JBridgeHandler;

/**
 * SwingComponentsSampleLog4j class extends the SwingComponentsSampleLogBase.
 *
 * 

This implementation uses the SLF4J logging facade. */ public class SwingComponentsSampleSlf4j extends SwingComponentsSampleLogBase { static { java.util.logging.LogManager.getLogManager().reset(); SLF4JBridgeHandler.install(); } /** * The main entry point for the application. * * @param args the command line arguments */ public static void main(String[] args) { start(SwingComponentsSampleSlf4j::new, args); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy