Updated LogUtil and added example properties file

This commit is contained in:
Ziver Koc 2016-02-03 17:03:19 +01:00
parent 63f191db4c
commit 3419ba8864
5 changed files with 64 additions and 33 deletions

2
test/zutil/test/SSDPClientTest.java Normal file → Executable file
View file

@ -35,7 +35,7 @@ import java.util.logging.Level;
public class SSDPClientTest {
public static void main(String[] args) throws IOException {
System.out.println(LogUtil.getCalingClass());
System.out.println(LogUtil.getCallingClass());
LogUtil.setGlobalLevel(Level.FINEST);
SSDPClient ssdp = new SSDPClient();
ssdp.requestService("upnp:rootdevice");