AW: AW: WMI-Appender question

2008-02-28 Thread Andreas Brauchli
think this could be resolved by writing a coupled provider (that runs inside WMI). Cheers, andreas -Ursprüngliche Nachricht- Von: Andreas Brauchli [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 28. Februar 2008 08:38 An: Log4NET Dev Betreff: AW: AW: WMI-Appender question That's th

AW: AW: WMI-Appender question

2008-02-27 Thread Andreas Brauchli
e return of the value.. anyway.. Thanks, I'll keep you updated if I find something andreas -Ursprüngliche Nachricht- Von: Ron Grabowski [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 27. Februar 2008 19:02 An: Log4NET Dev Betreff: Re: AW: WMI-Appender question Can you post a non-log4net

Re: AW: WMI-Appender question

2008-02-27 Thread Ron Grabowski
hat issue first. - Original Message From: Andreas Brauchli <[EMAIL PROTECTED]> To: Log4NET Dev Sent: Thursday, February 21, 2008 2:36:28 AM Subject: AW: WMI-Appender question Hi Ron, The logging doesn't differ from the usual Log4Net style: if (log.IsInfoEnabled) log.Info("

AW: WMI-Appender question

2008-02-21 Thread Andreas Brauchli
but these will only come in when the log4net-app. Is run with administrative priviledges. Thanks, andreas -Ursprüngliche Nachricht- Von: Ron Grabowski [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 20. Februar 2008 02:17 An: Log4NET Dev Betreff: Re: WMI-Appender question How do you fire u

Re: WMI-Appender question

2008-02-19 Thread Ron Grabowski
I think you have to use the supplied WmiInstaller class: http://msdn.microsoft.com/msdnmag/issues/05/09/WMI/ - Original Message From: Ron Grabowski <[EMAIL PROTECTED]> To: Log4NET Dev Sent: Tuesday, February 19, 2008 8:17:14 PM Subject: Re: WMI-Appender question How do you fire

Re: WMI-Appender question

2008-02-19 Thread Ron Grabowski
How do you fire using normal WMI code when the application is run in non-admin mode? - Original Message From: Andreas Brauchli <[EMAIL PROTECTED]> To: log4net-dev@logging.apache.org Sent: Tuesday, February 19, 2008 3:21:51 AM Subject: WMI-Appender question I am experimenting wi

WMI-Appender question

2008-02-19 Thread Andreas Brauchli
I am experimenting with the WMI Appender and I found it to be just what I want. The only issue that needs to be resolved, is how to fire events when the application doesn't run as admin. Any solutions? thanks, andreas