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