Created LimeLog as a wrapper around javas logger

This commit is contained in:
Aaron Neyer
2014-01-12 20:01:23 -05:00
parent ab1e47edb4
commit f95cd60cfd
5 changed files with 36 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ import java.net.Socket;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import com.limelight.LimeLog;
import com.limelight.nvstream.NvConnectionListener;
import com.limelight.nvstream.StreamConfiguration;
import com.limelight.nvstream.av.ConnectionStatusListener;
@@ -133,7 +134,7 @@ public class ControlStream implements ConnectionStatusListener {
public void requestResync() throws IOException
{
System.out.println("CTL: Requesting IDR frame");
LimeLog.info("CTL: Requesting IDR frame");
sendResync();
}