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

com.minlia.cross.log.Log Maven / Gradle / Ivy

There is a newer version: 1.0.9.RELEASE
Show newest version
//package com.minlia.cross.log;
//
//
//public class Log {
//	public static Boolean isdebug=true;
//	public static void print(String str)
//	{
//		if(isdebug)
//		{
//			System.out.println(str);
//		}
//	}
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy