RE: XSD Schema Files of log4net configuration file for vs2005.

2007-07-22 Thread Eugene Lim
Love it. Eugene -Original Message- From: Jerry Wang [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 10:31 AM To: log4net-dev@logging.apache.org Subject: XSD Schema Files of log4net configuration file for vs2005. Dear All great log4net developer, log4net is a great framework for l

RE: [jira] Commented: (LOG4NET-109) WindowsSecurityContext support for the original identity

2007-05-04 Thread Eugene Lim
Dear Henri, To undo the impersonation, it is simple: Use the Undo() method. e.g. 'Create a new windows identity. Dim token2 As Integer = oSecurity.NetworkImpersonate(sPersonYouImpersonating As, sPassword, sDomain) Dim mWI2 As WindowsIdentity = New WindowsIdentity(token2) 'Impersonate the user

RE: Configuration problems

2007-04-24 Thread Eugene Lim
onment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) - Original Message ---- From: Eugene Lim <[EMAIL PROTECTED]> To: log4net-dev@logging.apache.org Sent: Tuesday, April 24, 2007 4:42:20 AM Subject: Configuration problems Dear all, Recently, I seem to have problems configuring the log4net. I am

Configuration problems

2007-04-24 Thread Eugene Lim
Dear all, Recently, I seem to have problems configuring the log4net. I am using Visual Studio 2003 and am developing a rich client application. I depend on the logs to tell me what the errors are when troubleshooting by remote. When I configure the settings using the xml in the app.config