How to create logging workflow?-L2P4

Hi, I am not able to understand as how to put logging workflow in Lesson 2 Practice 4 in the Foundation Training. Highly appreciated if anyone can help.

Did you find out how to create the logging workflow?

Like in any other development process u can use logging function. There is a activity named Log message u can use this activity to place a log which will be displayed in the output panel.

If u are trying to catch and log a error message try using try catch and in catch block select the type of error u want to catch and place the log message activity into which u can include the catched error message which will be displayed in the output panel

image

1 Like

Oh i get it now. Thanx a lot :slight_smile:

Hi, how can we extract only error message from the log files.