Hi All,
I am working on an application where
Java Servlets are deployed in iplanet web server. Whenever the call hits the server it prints the log messages in the console as written inside the log method in the Servlet classes. The task is to increase the log level which can have a details description of the message.
Please suggest me the approach to do this. Please note I am not allowed to use any kind of logging mechanism like log4J etc..