|
From: Ram N. <ra...@gm...> - 2007-07-31 05:49:00
|
Leif, I will explain a little more what I am doing, I'm running a Tomcat server on Windows machine, the server is started by the wrapper and this is working well. My web application uses both Java and JNI calls to dll's I wrote. The Java part of the application is working well and log levels are OK, my problem is when I want to use log levels on the messages written to the console from the dll's. Currently the dll is using simple printf(), all those messages are written by the wrapper as if they were INFO level logs. I am looking for away to control the log level for those messages. Thanks -Ram |