SmtpAppender not working

2005-03-21 Thread Baron Schwartz
Hi, I've searched the web and read the manual and some of the code, but feel free to point me somewhere there's an answer... I can't find much on this. My SmtpAppender isn't able to connect to the smtpHost. I'm on Windows using MS framework v1.1. Here's my config file ([EMAIL PROTECTED] is bogu

RE: Logging truncates the file at noon

2005-03-21 Thread Baron Schwartz
Thanks to everyone who replied. Building from CVS, and escaping with single quotes as below, solved the problem. Incidentally, is there a roadmap to release a newer version of the dll to sourceforge for download? What features/bugs/etc are holding that back? Thanks Baron -- Everyone who believ

RE: RollingFileAppender File Parameter

2005-03-21 Thread Hart, Leo
Nicko, I did as you said and ran the following: Public Shared Sub Main(ByVal pArgs As String()) Dim folderName As String If pArgs Is Nothing Or pArgs.Length < 1 Then folderName = "f:\LogFiles\AppName" Else

RE: COMPUTERNAME Environment Variable

2005-03-21 Thread Hart, Leo
Niall, I've done as you said and was seeing some strange things. Sometimes it would recognize the property name, sometimes it wouldn't. I was guessing that it had to do with how I hit the website the first time: through the proxy or not, but that didn't seem to always be the deciding factor. Th

RE: chainsaw and "escaping" XML entities

2005-03-21 Thread Nicko Cadell
In XML 1.1 so called restricted chars are allowed to be included as numeric character references (i.e. ). For details see http://www.w3.org/TR/2004/REC-xml11-20040204/#charsets and also http://www.w3.org/International/questions/qa-controls#answer If you change the version header at the top of

Fwd: chainsaw and "escaping" XML entities

2005-03-21 Thread Mike Blake-Knox
I found a situation where Chainsaw didn't display logs as Chainsaw took an exception when it tried to handle some x01e characters in the log text. It appears that log4net is generating malformed XML. Here's my posting in log4j Users and the reply to it: -- Forwarded message -- F