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

com.uulookingfor.ics.client.log.IcsLogger Maven / Gradle / Ivy

package com.uulookingfor.ics.client.log;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
 * @author suxiong.sx 
 */
public class IcsLogger {
	
	public static final Logger clientLogger = LoggerFactory.getLogger("ics-client");
			
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy