[Mono-dev] local file based EventLog implementation

Gert Driesen gert.driesen at telenet.be
Fri Aug 18 09:12:40 EDT 2006



> -----Original Message-----
> From: mono-devel-list-bounces at lists.ximian.com [mailto:mono-devel-list-
> bounces at lists.ximian.com] On Behalf Of Gert Driesen
> Sent: vrijdag 18 augustus 2006 11:26
> To: 'Kornél Pál'
> Cc: mono-devel-list at lists.ximian.com
> Subject: Re: [Mono-dev] local file based EventLog implementation
> 
> 
> 
> > -----Original Message-----
> > From: mono-devel-list-bounces at lists.ximian.com
> > [mailto:mono-devel-list- bounces at lists.ximian.com] On Behalf Of
> Kornél
> > Pál
> > Sent: vrijdag 18 augustus 2006 10:45
> > To: Gert Driesen
> > Cc: mono-devel-list at lists.ximian.com
> > Subject: Re: [Mono-dev] local file based EventLog implementation
> >
> > >That would be great, but we still need to wait for approval from
> > Miguel
> > >first.
> >
> > You can make sure that nothing will be approved until 1.1.17 is
> > released so you don't have to hurry. And it's much easier to get
> > approval for a properly working, complete patch than a partial one.
> 
> I'm not requesting commit approval for the patch, I'm waiting for
> approval on the design so I can continue working on it.
> 
> Both the win32 and local file implementation are complete (and fully
> covered by unit tests) except for the message resource stuff. But that
> is not critical as it only affects reading of eventlog entries, not
> writing.
> Meaning, we will not break any of the eventlog messages that are
> written by improving support for reading them.

Reading eventlog entries on win32 with message resource support is now also
done, making the win32 implementation feature complete.

Now, all we need is approval from Miguel for: 

a) continueing to work on it (mostly for the unix message resource stuff)

b) adding EventLogMessages.dll to the binary distributions (for win32, and
linux too)

If we do not get approval for (b) (not sure why, but could be ofcourse),
then we could still embed the dll into the System assembly and extract it at
runtime (if it doesn't exist yet).  But I'd rather avoid this.

In what form should EventLogMessage.dll added to svn (and the source
distributions) ? Can we juist include it as is, or do we need to build it at
compile time ?

Gert




More information about the Mono-devel-list mailing list