write messages in log file
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2015 07:58 AM
How can I insert some messages in my code using (System.out.println) to see them in log file once i lunch ?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2015 08:30 AM
I don't understand your question. Please review it, add more details...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2016 05:43 AM
Hi, I had override jsp pages in Nuxeo and couldn't able to override Java. But if you want to see message in log, override JSP file, insert java code in that file. That prints message in log file once you launch.
