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

com.googlecode.mycontainer.util.tunnel.LogTunnelHandler Maven / Gradle / Ivy

package com.googlecode.mycontainer.util.tunnel;

import com.googlecode.mycontainer.util.log.Log;

public class LogTunnelHandler extends ConsoleTunnelHandler {

	private static Log LOG = Log.get(LogTunnelHandler.class);

	@Override
	protected void log(String msg) {
		LOG.info(msg);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy