Go to the documentation of this file.00001 package ros.zeroconf.android.jmdns;
00002
00003 import java.lang.String;
00004 import ros.zeroconf.jmdns.ZeroconfLogger;
00005
00006 public class Logger implements ZeroconfLogger {
00007
00008 public void println(String msg) {
00009 android.util.Log.i("zeroconf", msg);
00010 }
00011 }