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

net.sf.fmj.utility.LoggerSingleton Maven / Gradle / Ivy

There is a newer version: 1.0.2-jitsi
Show newest version
package net.sf.fmj.utility;

import java.util.logging.*;

/**
 * Logger for use by all of FMJ.
 *
 * @author Ken Larson
 *
 */
public final class LoggerSingleton
{
    public static final Logger logger = Logger.getLogger("fmj");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy