Integration of Commons Logging framework with Weblogic
Anuj Maheshwari
Greenhorn
Joined: Jan 24, 2009
Posts: 1
posted
0
Hi,
We are trying to use Apache commons logging framework and trying to publish log mesages in Weblogic so that messages can be seen through console and all the Logging configurations can be managed from Admin console. I tried using the below steps:
But these does not seems to be working for User defined handlers. I am able to see the logs in the default odl-handler file but not able to log the messages through the handlers defined by me.