Updated LogUtil and added example properties file
This commit is contained in:
parent
63f191db4c
commit
3419ba8864
5 changed files with 64 additions and 33 deletions
2
test/zutil/test/SSDPClientTest.java
Normal file → Executable file
2
test/zutil/test/SSDPClientTest.java
Normal file → Executable 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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue