Hi all, I need to enable the logging features in SNMP4j. How can I achieve that? For our projects we use log4j, so I have log4j.xml at the top of application's classpath configured the way it logs to console.
It's working pretty fine. Now I want to enable logging for SNMP4j so I just put the following lines: <category name="org.snmp4j"> <priority value="DEBUG"/> </category> But nothing happens, I can't see a single line of log output from SNMP4j. Am I doing something wrong? Thanks in advance, Alex Vavilin. _______________________________________________ SNMP4J mailing list SNMP4J@agentpp.org http://lists.agentpp.org/mailman/listinfo/snmp4j