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
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
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
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
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
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