Unsubscribing from this list

2014-04-17 Thread Howe, Peter L
I am a contract employee at this company and my contract is ending and I need to unsubscribe from this list. I cannot find anything on the Apache web site to do so. Someone please help. Thanks, Peter The information contained in this message may be privileged, confidential and protected f

RE: log4net WcfServiceAppender?

2013-10-24 Thread Howe, Peter L
I should always Google before posting a question...found a few. Peter -Original Message- From: Howe, Peter L Sent: Thursday, October 24, 2013 11:51 AM To: Log4NET Dev Subject: log4net WcfServiceAppender? I am working on setting up the RemotingAppender for use with our application, and

log4net WcfServiceAppender?

2013-10-24 Thread Howe, Peter L
I am working on setting up the RemotingAppender for use with our application, and am almost finished. I have written the sink component for the server and it works fine from my perspective, but every piece of documentation I look at on Remoting reminds you that it is "obsolete" and that you sho

RE: Remoting appender sending deathly slow - was RE: Remote appender not sending

2013-10-21 Thread Howe, Peter L
lushes (bypass the buffering) when exceptional log events happen. Now, given you are logging only debug messages the evaluator would hit on every log event and thus flush your events one by one. That of course comes shipped with a terrible performance impact. Cheers Von: Howe, Peter L [mailto

Remoting appender sending deathly slow - was RE: Remote appender not sending

2013-10-21 Thread Howe, Peter L
18, 2013 5:49 PM To: Log4NET Dev Subject: Re: Remote appender not sending Maybe cause you're flushing too often? As for the last message you did it with every event, didnt you? 2013/10/18 Howe, Peter L mailto:ph...@paychex.com>> Now that I have it "working" (sort of), I am n

RE: Remote appender not sending

2013-10-18 Thread Howe, Peter L
Now that I have it "working" (sort of), I am noticing some very non-performant conditions... When I run the client and server process, and leave everything running long enough, I get all the events to the server, however I see dozens of remoting connections in NETSTAT, and the server process ne

RE: Remote appender not sending

2013-10-18 Thread Howe, Peter L
e .. but changing the timer whenever an event arrives effectively makes the timer useless. Glad you were able to solve this. Cheers Von: Howe, Peter L [mailto:ph...@paychex.com] Gesendet: Freitag, 18. Oktober 2013 14:33 An: Log4NET Dev Betreff: RE: Remote appender not sending Since timer.Change

RE: Remote appender not sending

2013-10-18 Thread Howe, Peter L
14 An: 'Log4NET Dev' Betreff: AW: Remote appender not sending You implemented a timed appender .. maybe you forgot to start the timer? :) Von: Howe, Peter L [mailto:ph...@paychex.com] Gesendet: Donnerstag, 17. Oktober 2013 17:01 An: Log4NET Dev Betreff: RE: Remote appender not sen

RE: Remote appender not sending

2013-10-17 Thread Howe, Peter L
disappear. Peter From: Howe, Peter L Sent: Thursday, October 17, 2013 10:44 AM To: Log4NET Dev Subject: Remote appender not sending Importance: High OK, here is my situation. I have a server process written that listens on the correct port for a remoting connection. I see it in NETSTAT

Remote appender not sending

2013-10-17 Thread Howe, Peter L
OK, here is my situation. I have a server process written that listens on the correct port for a remoting connection. I see it in NETSTAT: TCP0.0.0.0:8085 DEV-D-21F7T:0 LISTENING 884 My test application makes a few calls to log4net. I have implemen

Getting the complete log4net source

2013-10-17 Thread Howe, Peter L
Hi, I am trying to get all the source code. We do not have Subversion, our development is on TFS and behind a firewall - Is there someplace I can grab a zip file of all the source? The only thing I have been able to do so far is copy/paste out of IE, and I will be an (even older :) ) old man

RE: Remote appender client and server - Version question

2013-10-16 Thread Howe, Peter L
change in 1.2.12 - can anyone answer that? Thanks again, Peter From: Howe, Peter L Sent: Wednesday, October 16, 2013 11:55 AM To: Log4NET Dev Subject: RE: Remote appender client and server OK, one more time. I did read the articles, and I have implemented things as shown. The information

RE: Remote appender client and server

2013-10-15 Thread Howe, Peter L
MORE INFORMATION ON THIS ISSUE: I implemented the TimedRemotingAppender class as demonstrated in the old thread: http://apache-logging.6191.n7.nabble.com/Remote-Appender-td22810.html Here is my class: namespace Paychex.IP.Common.Logging { /// /// http://apache-logging.6191.n7.nabble.

RE: Remote appender client and server

2013-10-15 Thread Howe, Peter L
ttp://www.pagustech.com> mar...@pagustech.com<mailto:mar...@pagustech.com> 2013/10/14 Howe, Peter L mailto:ph...@paychex.com>> I tried to post directly to this thread but could not: http://apache-logging.6191.n7.nabble.com/Remote-Appender-td22810.html The information contained in t

Remote appender client and server

2013-10-14 Thread Howe, Peter L
I tried to post directly to this thread but could not: http://apache-logging.6191.n7.nabble.com/Remote-Appender-td22810.html ...so I am sending from my Outlook account, which I have (successfully) posted questions from before. I know this thread is old, but I am trying to implement the

Searchable documentation

2013-09-16 Thread Howe, Peter L
Hi folks, Anyone know if there is a .CHM file of the documentation, or a place where I can download all the HTML files in one fell swoop, instead of having to navigate to every page and save source... Thanks, Peter The information contained in this message may be privileged, confidential and

Question on some undocumented logging levels

2013-09-13 Thread Howe, Peter L
While debugging some of my logging code, I inadvertently discovered that there are some "hidden" logging levels: // log4net.Core.Level.All.Value= -2147483648 // log4net.Core.Level.Finest.Value = 1 ** // log4net.Core.Level.Verbose.Value= 1 ** // lo

Using log4net with Oracle 11i

2013-09-11 Thread Howe, Peter L
Hi folks, I have not been able to find anything yet on the Apache site that documents using an Oracle database for logging beyond 9i, but our company is at the 11i level. Anyone know if there is updated documentation somewhere, or if the differences between 9i and 11i are irrelevant to what lo

Question on programmatic changing of logging level

2013-08-26 Thread Howe, Peter L
Hi all, I found this code in a stack overflow question/answer: private static readonly ILog logger = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); PatternLayout layout = new PatternLayout(@"%date %-5level %message%newline"); FileAppender appender = new FileAppender();

RE: File naming

2013-07-26 Thread Howe, Peter L
time by 24 hours and observe. If I'm not wrong you'll see that the "20130726_6600_" part won't change because it is evaluated only once in the appenders lifetime. Dominik Von: Howe, Peter L [mailto:ph...@paychex.com] Gesendet: Freitag, 26. Juli 2013 15:38 An: Log4NET Dev Be

RE: File naming

2013-07-26 Thread Howe, Peter L
I'm almost there, but I don't know enough about the code to see if it would roll properly. With this configuration: I get files that are named like: 20130726_6600_26_MyApplication.log 20130726_6744_26_MyApplication.log etc. I had to leave the "dd" in the d

RE: Layout entities

2013-07-25 Thread Howe, Peter L
if the listing of the API documentation is complete: http://logging.apache.org/log4net/release/sdk/log4net.Layout.PatternLayout.html But you could still read up all patterns in the static PatternLayout constructor where the HashTable s_globalRulesRegistry is populated. Cheers Von: Howe, Peter L

Layout entities

2013-07-24 Thread Howe, Peter L
Hi, I spent quite a while this afternoon on the Log4net web site trying to find a list of the possible objects or entities that can be used in a pattern or layout such as: Is there a place where I can find a list of the elements available via the "%" notation? Thanks, Peter The

RE: File naming

2013-07-24 Thread Howe, Peter L
Please consider also when creating a new issue to link it with issue LOG4NET-367 so that whoever's going to work on LOG4NET-367 will consider your usecase. Cheers, Dominik Von: Howe, Peter L [mailto:ph...@paychex.com] Gesendet: Mittwoch, 24. Juli 2013 16:17 An: Log4NET Dev Betreff: File nam

File naming

2013-07-24 Thread Howe, Peter L
HI, I need a little help figuring out to write the app.config file syntax for including the process ID in the file name. Our company needs to make sure that multiple instances of the same app running on the server use separate log files. We want a filename something like: mmdd_Proce

RE: log4net not reading all of app.config file

2013-06-27 Thread Howe, Peter L
the app.config file? http://logging.apache.org/log4net/release/manual/configuration.html Adding the following line to your AssemblyInfo.cs should do it in your case: [assembly: log4net.Config.XmlConfigurator(Watch=true)] You have not forgotten to add it, have you? Cheers Von: Howe

RE: log4net not reading all of app.config file

2013-06-24 Thread Howe, Peter L
program really generates logging events (Console.WriteLine())? Either way, you'll have to post more information. At least we need the output of log4net internal logging. Even better would be a sample application showing the problem. Cheers, D. On 06/24/2013 04:58 PM, Howe, Peter L wrote: I

log4net not reading all of app.config file

2013-06-24 Thread Howe, Peter L
I have a very strange problem. It appears that log4net is not reading the entire config file. I know it is reading at least PART of the file, because I can enable the internal key (") by changing the comment markers, and log4net outputs debug information according to whether or not that line

RE: IsEnabled

2013-06-06 Thread Howe, Peter L
> http://www.IRBManager.com<http://www.irbmanager.com/> Quiquid latine dictum sit altum viditur. (Whatever is said in Latin seems profound.) From: Howe, Peter L [mailto:ph...@paychex.com] Sent: Tuesday, June 04, 2013 11:23 AM To: log4net-dev@logging.apache.org<mailto:log4net-dev@logging.apa

IsEnabled

2013-06-04 Thread Howe, Peter L
Question: Why are the ILog instance properties (IsDebugEnabled, IsInfoEnabled, etc.) read-only? Would it not be simpler to be able to turn these on or off at will from code, instead of deploying a new XML file? Is there a programmatic way to turn levels on or off (for instance, by an applicat