Microsoft Exception Management Block

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?
 
R

Rick Spiewak

<exceptionManagement>

<publisher assembly="Microsoft.ApplicationBlocks.ExceptionManagement"


type="Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPublisher"

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top