Hi,

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

This is how it is achieved in MS.NET:
>>MS.NET has a file called EventLogMessages.dll that contains a message 
>>table resource with messages "%1" that is registered with the event source 
>>and the entire message will be stored as an argument for this "%1" 
>>message.

> 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.

I was speaking only about Windows because you were discussing possibilities 
on Windows as well. So these informations may help implementing event 
logging on Windows.

And of course knowing how Windows does event logging helps to mimic the same 
on other OSes.

Kornél 

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to