[Mono-dev] local file based EventLog implementation

Atsushi Eno atsushi at ximian.com
Tue Aug 8 23:12:27 EDT 2006


Hello,

Kornél Pál wrote:
> You are right, events are not stored in registry:
> http://support.microsoft.com/kb/315417/
> 
> And the source has to be added using registry API:
> http://windowssdk.msdn.microsoft.com/en-us/library/ms684029.aspx
> http://windowssdk.msdn.microsoft.com/en-us/library/ms684083.aspx
> 
> And there is another important thing: Messages have to come from a DLL 
> file.

I never tried it, but isn't it achieved when we use Windows Event
Logging API?

To my understanding, we were talking about Windows unmanaged API
to implement EventLogImpl (or whatever we are going to have)
that works only under Windows. We are not going to mimick the
entire event system for non-Windows land.

If anyone tries to implement it, that would be fine though.

Atsushi Eno



More information about the Mono-devel-list mailing list