RE: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net 1.2.11

2011-09-21 Thread Knittel, Bruno
As long as .NET CF 2 still supported everything is fine for me. Thanks for asking. Bruno Knittel ENH / Firmware Development Bruker BioSpin GmbH Silberstreifen 76287 Rheinstetten, Germany  Phone: +49 721 5161-6064  Fax:     +49 721 5161-6494   bruno.knit...@bruker-biospin.de   www.bruker.com Bruk

ILayout.Format: must it be thread safe ?

2009-02-26 Thread Knittel Bruno
Hello Everyone, I want to develop my own Xml Layout and thus took a look at the XmlLayoutBase and XmlLayoutSchemaLog4j source code. My Layout will inherit from XmlLayoutBase. I am just wondering, and did not found the answer in the SDK Reference: must the ILayout.Format method be t

AW: AW: log4net configuration withtou Xml file

2008-05-06 Thread Knittel Bruno
che.org/jira/browse/LOG4NET-153 ----- Original Message From: Knittel Bruno <[EMAIL PROTECTED]> To: Log4NET User Sent: Tuesday, May 6, 2008 3:38:15 AM Subject: AW: log4net configuration withtou Xml file Hi Everyone, I finally managed to configure log4net through the code, even usin

AW: log4net configuration withtou Xml file

2008-05-06 Thread Knittel Bruno
03890.html, there you find a piece of my (nonworking) code. If you'll be able to find what is missing there, let me know Radovan Raszka _ From: Knittel Bruno [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 9:32 AM To: log4net-user@logging.apache.org Subject: log4net configuratio

AW: log4net configuration withtou Xml file

2008-05-05 Thread Knittel Bruno
rk. Look at this message http://www.mail-archive.com/log4net-user@logging.apache.org/msg03890.html, there you find a piece of my (nonworking) code. If you'll be able to find what is missing there, let me know Radovan Raszka _ From: Knittel Bruno [mailto:[EMAIL PROTECTED] Sent:

log4net configuration withtou Xml file

2008-05-05 Thread Knittel Bruno
Hello Everyone, I need to be able to configure log4net without the XmlConfigurator, that is directly from my code. I am aware of the BasicConfigurator but one appender is not enough for me. I would like to be able to create some new appenders, remove (or disable) them and change t

AW: AW: Error handling: how to be sure logs were correctly written ?

2008-01-09 Thread Knittel Bruno
// alert user of invalid DebugFormat arguments } }; - Original Message From: Knittel Bruno <[EMAIL PROTECTED]> To: Log4NET User Sent: Wednesday, January 9, 2008 1:20:10 AM Subject: AW: Error handling: how to be sure logs were correctly written ? Hello, First le

AW: Error handling: how to be sure logs were correctly written ?

2008-01-08 Thread Knittel Bruno
of the file (or open the file and seek to the end) to make sure data has been written. CountingQuietTextWriter keeps track of the number of bytes written to a file. Verifying every message is written will definitely slow things down. - Original Message From: Knittel Bruno <[EMAIL PROTE

Error handling: how to be sure logs were correctly written ?

2008-01-07 Thread Knittel Bruno
Hello everyone, We need a logging framework that runs on CF 2.0 (as log4net exists for CF 1.0, it runs on CF 2.0) that can assure us that log was successfully performed on every Appender. In fact we want our application to be told by the logging framework if log was