No, because Tomcat used by Q-net Pro utilizes a logger framework called JULI which is an Apache Commons Logging modification and the actual logging is done by the JVM in-built Java logging (java.util.logging framework).


JULI is a modular logger and Q-net Pro uses it's own logger (com.qnet.log.LogHandler) instead of JULI's default one. It's purpose is to match the log file formats used by our log viewer and analyser application.