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

fqlite.util.Logger Maven / Gradle / Ivy

package fqlite.util;

import fqlite.base.Base;

/**
 * A basic Logger class.
 * 
 * @author pawlaszc
 *
 */
public class Logger extends Base {

	public static Base out;
	
	
	static
	{
		out = new Logger();
	}
	
	
	public Logger()
	{}
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy