Microsoft Exception Management Block

  • Thread starter Thread starter Oney
  • Start date Start date
O

Oney

The Microsoft Exception Management publish exceptions to Application
Log in EventLog as default but I want to publish different log in
Event log so
I created MyLog in Event Log and I want Exception Management to
publish MyLog in EventLog. How can I do that?
 
<exceptionManagement>

<publisher assembly="Microsoft.ApplicationBlocks.ExceptionManagement"


type="Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPublisher"

logName="MyApp Exception Log" applicationName="My Application" />
 
Back
Top