Out of the office

2008-04-10 Thread harry . douglass
I will be out of the office starting 04/10/2008 and will not return until 04/14/2008. I will respond to your message upon my return. The contents of this email are the property of PNC. If it was not addressed to you, you have no legal right to read it. If you think you received it in error,

RE: Problems with log4net Rolling File Appender

2008-04-10 Thread Eric Chamberlain
The bytes are the UTF-8 byte order mark (see http://en.wikipedia.org/wiki/Byte-order_mark). I do not know why they are getting added, howeverÂ… == Eric Chamberlain == _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 6:27 AM To: log4net-user@logg

Problems with log4net Rolling File Appender

2008-04-10 Thread Johannes . Frank
Hello! We use log4net in a linux environment (OpenSuSE 10.2) with Mono. We utilize a RollingFileAppender which appearantly puts 3 or so Bytes (Hex Values: EF BB BF) in Front of each file. These characters interfere with our Software processing these logfiles. Under .NET we don't have this proble