cancel
Showing results for 
Search instead for 
Did you mean: 

Log Question

Former Member
0 Kudos

If I use the following code:

logger.addLog(new ConsoleLog());

where can I find the output result? where is the Console?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The ConsoleLog redirect`s messages to System.err. I think You can see these messages during debugging process.

Please refer to

<a href="http://https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8314cb90-0201-0010-f586-9155dba8934d">Loggin and tracing tutorial</a>

Former Member
0 Kudos

By Default the logs with standard information are not logged. Only Error or critical messages are logged in default.trace files. If you want to view these messages then you need to update the log serverity to Info. For details on how to set the log severities you can check the link provided in earlier reply

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8314cb90-0201-0010-f586-9155dba8...

Regards,

Ravi