Is there a workaround for that? I mean this can't be intended behaviour :) But as I interpret your answer, this has most likely something to do with the Mono Framework, not with log4net, right?
Mit freundlichen Grüßen / Regards Johannes Frank "Eric Chamberlain" <[EMAIL PROTECTED]> 10.04.2008 17:03 Please respond to "Log4NET User" <[email protected]> To "'Log4NET User'" <[email protected]> cc Subject RE: Problems with log4net Rolling File Appender 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: [email protected] Subject: Problems with log4net Rolling File Appender 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 problem. Question now is if this is a known Problem which has a fix or if we have to modify our processing software to ignore these specific bytes Mit freundlichen Grüßen / Regards Johannes Frank
