Hello,
Thanx for your tip, do you have any documentation on creating such
formatters which inherit from
Microsoft.ApplicationBlocks.Logging.EventSinks.IEventFormatter?
Is there there also a need to create new xslt files too?
> I think you need to create a customized formatter here, which inherits from
> IEventFormatter. In App.config. you may check the <eventformatingSettings>
[quoted text clipped - 3 lines]
>
> Luke
[MSFT] - 19 Jul 2004 07:43 GMT
After more research on this topic, I have to correct myself for my previous
message. When I said "you need to create a customized formatter", it is not
right. In fact, we can create a customized formatter, we also can stay with
"LogSinkXslt" and create new customized XSLT file. I suggest you may take a
look at FormattingSample in Logging applicaiton block quick start samples.
It introduces how create and specify a customized XSLT file in the project.
The XSLT file is very simple, you may modify it to see if it can work for
your issue.
Luke