Hello Everyone,
My Jdeveloper version is 11.1.1.7.0.
I have added below statement in my managed bean:
private static ADFLogger logger = ADFLogger.createADFLogger(myBean.class);
Its not showing any error, also added few logger statements in my code.
I have not deployed my application into any standalone weblogic server.
From which location and from which file I can see my logs once I run my application in local environment?
Also From which location and from which file I can see my logs once I run my deployed application in any web logic server?
Thanks.