cancel
Showing results for 
Search instead for 
Did you mean: 

check Log

Former Member
0 Kudos

i am struggling with my debugging.

if i use

System.out.println("aa");

for my webdynpro or ejb application code,

how can i check my log the variable printed

for examples


public void wdDoInit()
  {
    //@@begin wdDoInit()
    String aa="Hello there"
    System.out.println(aa);
    //@@end
  }

the log stored in which path ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

you can use

<b>wdComponentAPI.getMessageManager.report<success or exception></b>

to print your messages.

regards,

Gopi

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Yzme,

See this thread:

Regards, Suresh KB