Shahar, I wrote an NT event logger once, about ten years ago. It wasn't that hard, but it's got some weird constraints. For example you must define a finite number of event types in DLL that you register. Each event type has a template message and points for values to be inserted. Then log events just specify the type and the data points.
This doesn't map that well to logback, but it's not a big problem. Also if you DLL gets deleted then you can read those messages that are of the types that the DLL registered. I may have got the detail wrong, as it was a long time ago I looked at it. I'm sure it's all well documented in MSDN. David On 17 Feb 2011, at 08:01, <[email protected]> wrote: > Is it by design? Is there a problem with writing an appender of this sort? > > Thanks, > Shahar > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Ceki Gülcü > Sent: Wednesday, February 16, 2011 8:32 PM > To: logback users list > Subject: Re: [logback-user] Logging to NT Event Log > > Hello Shahar, > > No, there is not. > > -- > Ceki > > On 16/02/2011 4:25 PM, [email protected] wrote: >> Hi, >> >> Is there an appender which writes log event to the NT event log? >> >> Thanks, >> >> *Shahar Kedar* >> Software Engineer >> ClearForest, a Thomson Reuters company >> >> *Thomson Reuters* >> >> Phone: +972-73-2676014 >> >> [email protected] >> thomsonreuters.com > > > _______________________________________________ > Logback-user mailing list > [email protected] > http://qos.ch/mailman/listinfo/logback-user > > > This email was sent to you by Thomson Reuters, the global news and > information company. > Any views expressed in this message are those of the individual sender, > except where the sender specifically states them to be the views of Thomson > Reuters. > > > _______________________________________________ > Logback-user mailing list > [email protected] > http://qos.ch/mailman/listinfo/logback-user _______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user
