Hi,
To answer the questions:
1) It is possible to create a custom sink that would log the events to
files.
2) Yes. With respect to the logSink (Windows Event Log sink) the
instrumented app's EI.Config can be configured to log the events to a
differnt machine. But for your custom sink, you will need to provide a way
to write to the different machine. One way would be to obtain the remote
machine as a parameter and wirte to a share on the machine.
As a side note:
If you are planning to use the traceSink, currently there is no way to log
to a remote machine. But you could use the TraceLogReader API to to
aggregate the value from different machines to a single machine.
Hope it helps.
Thx
Barath
This posting is provided "As Is" with no warranties, and confers no
rights.Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm --------------------
[quoted text, click to view] >Thread-Topic: EIF Extensibility question
>thread-index: AcPk+fF+DeOagqoXR5mgNv5hSkZkHg==
>X-Tomcat-NG: microsoft.public.vsnet.enterprise.tools
>From: "=?Utf-8?B?YW5kcnplag==?=" <anonymous@discussions.microsoft.com>
>Subject: EIF Extensibility question
>Date: Tue, 27 Jan 2004 09:21:04 -0800
>Lines: 8
>Message-ID: <E04C42EB-DFF3-444C-8B38-A75DD9007F0A@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.vsnet.enterprise.tools
>Path: cpmsftngxa07.phx.gbl
>Xref: cpmsftngxa07.phx.gbl microsoft.public.vsnet.enterprise.tools:1672
>NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
>X-Tomcat-NG: microsoft.public.vsnet.enterprise.tools
>
>Hi,
I'm new to EIF and I have few questions on the architecture of the EIF
framework before I go and make my design decisions. I need to confirm the
following:
1. Can I create a custom sink that will log to four text files.
2. The the EIF somehow log to a remote server. (here I have two options
for logging, either windows event viewer or text files).
Any help would be helpfull.
[quoted text, click to view] >