Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Java SDK network.add_low_level_logger is it necessary?


cbabcock May 24, 2012 01:27 PM

Ok, hopefully a simple question. Is it necessary to add a low level logger to a Network object?

My application only needs to read data out from the tables. Is there any reason for me to add a low level logger? Will not adding it affect performance at all or potentially cause a negative impact in some other way?

Thanks!


jtrauntvein May 24, 2012 02:28 PM

The low level logger is intended primarily to help troubleshoot communications problems. It also helps to provide insight in what is going on in the network. These are the reasons why the examples create one. That said it use is not required.

Log in or register to post/reply in the forum.