Re: Partial logging with windows service

2009-12-08 Thread Alexander
10:39:14,033 [4] INFO  MyWindowsServices [(null)] - Service is > running... > [Session End] > > What's wrong? > > Thanks for your help! > > -- > View this message in context: > http://old.nabble.com/Partial-logging-with-windows-service-tp26703955p26703955.html > Sent from the Log4net - Users mailing list archive at Nabble.com. > > -- Sincerely, Alexander N. Ogden Nash - "The trouble with a kitten is that when it grows up, it's always a cat." - http://www.brainyquote.com/quotes/authors/o/ogden_nash.html

Re: RollingFileAppender destination failure.

2009-07-13 Thread Alexander
Hello user list, couldn't find an answer to this type of problem. what is the best approach to reroute logs from rollingfileappender to another one if it's destination becomes unreachable? -- Sincerely, Alexander N.

Re: Generating CSV file output

2009-03-25 Thread Scott Alexander
I created a custom appender for CSV output. Note: i had to recompile log4net to make the RollFile method virtual. Hope this helps. Scott private static DevicePointValueCsvAppender CreateCsvAppender(string modbusMasterName, IEnumerable values) { var appender = new DevicePoint

Re: Strong Name Key

2008-12-01 Thread Scott Alexander
correction - (1.2.10.0 signed by the log4net key) On Mon, Dec 1, 2008 at 8:16 AM, Scott Alexander <[EMAIL PROTECTED]> wrote: > NHibernate is compiled against the strong named version of log4net so > yes, it requires a specific version (1.2.10.9 signed by the log4net > key) of log

Re: Strong Name Key

2008-12-01 Thread Scott Alexander
NHibernate is compiled against the strong named version of log4net so yes, it requires a specific version (1.2.10.9 signed by the log4net key) of log4net. Scott On Mon, Dec 1, 2008 at 8:11 AM, Walden H. Leverich <[EMAIL PROTECTED]> wrote: > Does NHibernate require a signed version of the assembly

Strong Name Key

2008-12-01 Thread Scott Alexander
... any a= dvice? Thanks Scott Alexander P.S. love the project!

Re: how to configure a "deny stringmatch filter"

2008-07-21 Thread Alexander Wolff
d see what the > right settings are. > > Cheers, > Daniel Williams > > On Sat, Jul 19, 2008 at 10:55 PM, Alexander Wolff > <[EMAIL PROTECTED]> wrote: > > the following filter: > > > > > > > > > > > > Look for the subs

how to configure a "deny stringmatch filter"

2008-07-19 Thread Alexander Wolff
how can I configure that? thanks in advance, Alexander Wolff

RE: How to print a tabulator without %tabulator ?

2008-04-23 Thread Alexander Vayman
cter? \t - Original Message ---- From: Alexander Vayman <[EMAIL PROTECTED]> To: log4net-user@logging.apache.org Sent: Wednesday, April 23, 2008 3:06:04 AM Subject: How to print a tabulator without %tabulator ? Hello, there is a very simple thing i dont know how to do: tabulator in convers

How to print a tabulator without %tabulator ?

2008-04-23 Thread Alexander Vayman
Hello, there is a very simple thing i dont know how to do: tabulator in conversionPattern value. There is a %newline, but no %tabulator. Is it possible to get the tabulator someway? Thank you, Alexander _ Connect to the next

Default initialization of log4net

2005-02-16 Thread alexander . bruns
Hi, recently i realized that there was some logging output via log4net in my app before any initialization by one of the configurators happened. This logging calls lead to no output on any of the logging sinks at all and I started wondering how log4net handles these calls internally. As I could