Problems with separate logfiles at multiple layers of DLLs

2006-06-12 Thread Secules, Christopher T [AMSRD-AAR-AEF-A]
I've got a problem with my relatively complex service-based application. Here is the structure and desired logging results of the entire application: 1. A service watches serial port traffic, builds message responses, and changes data in a DLL. The service should maintain its own [shared] log4net

RE: Specifying a specific folder for log files.

2005-11-28 Thread Secules, Christopher T [AMSRD-AAR-AEF-A]
You need to escape the back slash. For example: Chris -Original Message- From: Piyush Arya [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 6:27 AM To: Log4NET Dev Subject: Specifying a specific folder for log files. I have been using the following configuration successful

RE: Question about RollingFileAppender output ending in a txt ext ension ?

2005-11-18 Thread Secules, Christopher T [AMSRD-AAR-AEF-A]
Title: Message Sorry, I got everyone else's reponses to this after I sent out this email.  It just took a while for this one to post.  I think my problem is solved for now.  Thanks for everything.   Chris   -Original Message-From: Secules, Christopher T [AMSRD-AAR-

RE: Question about RollingFileAppender output ending in a txt ext ension ?

2005-11-18 Thread Secules, Christopher T [AMSRD-AAR-AEF-A]
on this?   Thanks! Chris   -----Original Message-----From: Secules, Christopher T [AMSRD-AAR-AEF-A] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 15, 2005 10:54 AMTo: 'log4net-dev@logging.apache.org'Subject: Question about RollingFileAppender output endin

RE: Question about RollingFileAppender output ending in a txt ext ensi on?

2005-11-17 Thread Secules, Christopher T [AMSRD-AAR-AEF-A]
Title: Message Anyone have any suggestions on this?   Thanks! Chris   -Original Message-From: Secules, Christopher T [AMSRD-AAR-AEF-A] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 10:54 AMTo: 'log4net-dev@logging.apache.org'Subject: Ques

Question about RollingFileAppender output ending in a txt extensi on?

2005-11-15 Thread Secules, Christopher T [AMSRD-AAR-AEF-A]
Title: Question about RollingFileAppender output ending in a txt extension? I've tried playing around with my config file wrt log file names, and I can't seem to get what I'm looking for.  I am wondering if there is a way to have the output from the RollingFileAppender save all the log files a

RE: Writing newlines and whitespace to logs?

2005-10-21 Thread Secules, Christopher T [AMSRD-AAR-AEF-A]
could use supply your own conversion pattern: Here's a list of patterns that can be used with PatternString: http://logging.apache.org/log4net/release/sdk/index.html --- "Secules, Christopher T [AMSRD-AAR-AEF-A]" <[EMAIL PROTECTED]> wrote: > Ron, thanks for the

RE: Writing newlines and whitespace to logs?

2005-10-21 Thread Secules, Christopher T [AMSRD-AAR-AEF-A]
To: Log4NET Dev Subject: Re: Writing newlines and whitespace to logs? Have you tried %n and/or %newline ? --- "Secules, Christopher T [AMSRD-AAR-AEF-A]" <[EMAIL PROTECTED]> wrote: > I know you can identify newlines in the header and footer of the > config file by specif

Writing newlines and whitespace to logs?

2005-10-21 Thread Secules, Christopher T [AMSRD-AAR-AEF-A]
Title: Writing newlines and whitespace to logs? I know you can identify newlines in the header and footer of the config file by specifying "\r\n".  I'm trying to figure out how to specify newlines in the actual log statements.  I can write blank strings, but it still has the timestamp prefix a