Basic Questions:
How do we do logging in a web DynPro application
where is the log stored ?
where do i get details of logging features?
I have written the following statement in onActionSubmit method of my view:
"logger.infoT(wdThis.wdGetContext().currentContextElement().getUserName());"
Where should i see result? Apart from above, i did not configure anything else.
Additionally, if i use System.out.println(...), where would the result be 'logged'
Any help would be appreciated.
-srini