Skip to Content
0
Former Member
Jun 30, 2005 at 09:40 AM

Logging...

27 Views

Basic Questions:

  1. How do we do logging in a web DynPro application

  2. where is the log stored ?

  3. 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