Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Where can I see logs from ADF Logger???

925715Mar 10 2016 — edited Mar 10 2016

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.

This post has been answered by SanjeevChauhan on Mar 10 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 7 2016
Added on Mar 10 2016
6 comments
1,701 views