How can I log to database through firewall?

2004-10-19 Thread Simon Wallis
Hi, I want to log events in my web app to SQL Server, but there is a firewall between the database and the web server where I'm logging from. What options do I have for sending events through the firewall to another server which could in turn log the events to the database? Do I use the Remoti

RE: ASP.NET Web Service to wrap Log4Net

2004-10-19 Thread Simon Wallis
Hi Eric, would you be willing to share the code for your solution? I think I could really make use of this. Simon. -- Original Message -- From: "Eric Seifert" <[EMAIL PROTECTED]> Reply-To: "Log4NET User" Date: Tue, 5 Oct 2004 12:25:54 -0400 >For develop

TextBoxAppender

2004-10-19 Thread Neils . Christoffersen
Title: TextBoxAppender I'd like to have log4net append messages to a TextBox control.  I have subclassed AppenderSkeleton into a TextBoxAppender class, but don't know how to pass it an instance of TextBox to append to. I found this same question posted on the old sourceforge list with no resp

Re: UDPReceiver

2004-10-19 Thread David B. Witt
Today, you can (I do) send multicast log messages from log4net to chainsaw (a log4j receiver) and it works fine.  Do you really need UDP? Dave At 12:50 PM 10/19/2004, you wrote: I have a question regarding the reply below: Since UDPReceiver for log4j is not available until log4j v1.3 alpha (not

UDPReceiver

2004-10-19 Thread Nguyen Anh-PT1427
Title: Message I have a question regarding the reply below: Since UDPReceiver for log4j is not available until log4j v1.3 alpha (not released yet). Does that mean I can not send log4net events to a log4j receiver at this time (unless I write my own UDPReceiver)? Thank you very mu

RE: SourceSafe.Interop, or one of its dependencies, was not found

2004-10-19 Thread Torben Sorensen
My two cents - your Nant is out of date - for Log4net you must use the most recent development version of nant. C:\Projects\ZDSURVEY\framework>nant vss NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) <- 10 months old Torben -Original Message- From: Gert Driesen [m

Re: SourceSafe.Interop, or one of its dependencies, was not found

2004-10-19 Thread Gert Driesen
Rodney, Please post this message to the Nant users list. Gert - Original Message - From: "Woodruff, Rodney" <[EMAIL PROTECTED]> To: "Log4NET User" Sent: Tuesday, October 19, 2004 5:19 PM Subject: SourceSafe.Interop, or one of its dependencies, was not found Hello All, I am trying to

SourceSafe.Interop, or one of its dependencies, was not found

2004-10-19 Thread Woodruff, Rodney
Hello All, I am trying to use the vss task from nant contrib. My target is below: I am using the 'loadtasks' task to load tasks from the Nant.Contrib.Tasks.dll and the SourceSafe.Interop.dll. I didn't want to send a message to the developer list just yet because I figured that this i

Problems upgrading to version 1.2 from 1.1

2004-10-19 Thread Andrew Elmhorst
I am trying to upgrade to log4net 1.2 beta from 1.1. One huge thing that changed is that the Category class has been made internal. I have some questions about how to port code because of this. I have changed my variables of type "Category" to "ILog" and the creation of them to LogManger.GetLogger