Invoke logs file in our workflows

we all know about exceptions like system and business exceptions and other log exceptions.So what i am thinking is we will create one log.xaml file and it contains a common logs like system,business and other log messages based on scenario.
So that we will call it(log.xaml) when ever we want in our workflows.

yah thats a good one
interesting…because this will be one roof under which we can have our exception messages which can be handled easily at one stop.
–but ensure that your process doesnt have too many exception handling each with different reasons. if so we need to create as much in the workflow which we are going to invoke, and it may lead to misplace of the workflow call.

Cheers @sunilraju