RE: Question about unicode

2011-02-01 Thread Rob Prouse
/en-us/cpref/html/frlrfsystemtextencodingclassgetencodingtopic2.asp Also, make sure that the text editor you are using to view the logs supports Unicode. http://notepad-plus-plus.org/ Rob Prouse From: Alex Hui [mailto:a...@shoretel.com] Sent: Tuesday, February 01, 2011 4:29 PM To: log4net-user

RE: Custom Properties in an ASP.Net Web Application

2010-09-01 Thread Rob Prouse
Sent: Wednesday, September 01, 2010 12:01 PM To: 'Log4NET User' Subject: RE: Custom Properties in an ASP.Net Web Application Yeah we're using the log4net.Appender.AdoNetAppender. From: Rob Prouse [mailto:rob.pro...@ivara.com] Sent: Wednesday, September 01, 2010 11:59 AM To: Log4

RE: Custom Properties in an ASP.Net Web Application

2010-09-01 Thread Rob Prouse
For the common log appenders, the log is output synchronously with the log message, so it should be on the same thread, so it shouldn't be a problem. I am not sure of the behavior when you use an asynchronous appender (like the ADO appender), but it should be pulling the context out before it go

RE: Using my own implementation of ILog

2010-08-19 Thread Rob Prouse
guess not. Oh, well. Thanks for your help with it! Julie From: Rob Prouse [mailto:r...@prouse.org] Sent: Thursday, August 19, 2010 12:56 PM To: 'Log4NET User' Subject: RE: Using my own implementation of ILog Extension methods can’t override existing methods, so you

RE: Using my own implementation of ILog

2010-08-19 Thread Rob Prouse
in LoggingEvent.Properties. Can I do that with extension methods? From: Rob Prouse [mailto:r...@prouse.org] Sent: Thursday, August 19, 2010 12:38 PM To: 'Log4NET User' Subject: RE: Using my own implementation of ILog Before you go to too much work, what do you hope to achieve with your custom

RE: Using my own implementation of ILog

2010-08-19 Thread Rob Prouse
Before you go to too much work, what do you hope to achieve with your custom ILog? Can you achieve what you want another way like writing or extending an appender, or possibly with extension methods? From: Sheffield, Julie [mailto:julie_sheffi...@intuit.com] Sent: Thursday, August 19, 2010 12:

RE: 404 error message on page: http://logging.apache.org/log4net/release/example-apps.html

2010-08-17 Thread Rob Prouse
The links should be removed, but check the top of the examples page. It says, The following examples are only available in the log4net release download, not on-line. To obtain the examples download one of the log4net releases. From: sclo..

RE: ADONetAppender not logging

2010-07-30 Thread Rob Prouse
connection was aborted by the software in your host machine" was thrown. Regards, Shally On Thu, Jul 29, 2010 at 8:10 PM, Rob Prouse mailto:r...@prouse.org>> wrote: Shally, Looking at the code for AdoNetAppender, it will not log if the connection is lost and the reconnect fails. It will

RE: ADONetAppender not logging

2010-07-29 Thread Rob Prouse
oblem. See the section entitled "How do I enable log4net internal debugging?" near the bottom of the FAQ. http://logging.apache.org/log4net/release/faq.html Rob Prouse From: shally chong [mailto:shally.ch...@gmail.com] Sent: Wednesday, July 28, 2010 11:44 PM To: Log4NET U

RE: ADONetAppender not logging

2010-07-28 Thread Rob Prouse
the failure. There may be a bug in the AdoNetAppender, but whatever changed on the server probably caused the bug to appear, so knowing what changed will help us track down the problem. My first thoughts are an update to the .NET runtime, or to the MySQL server. Rob Prouse From: shally

RE: Rotated file name control

2010-07-28 Thread Rob Prouse
Rob There is a property PreserveLogFileNameExtension checked into the trunk, but I don't think it is in the shipped version of log4net and there is an issue reported against it, https://issues.apache.org/jira/browse/LOG4NET-203, RollingFileAppender does not roll more than one time when Preserv

RE: ADONetAppender not logging

2010-07-28 Thread Rob Prouse
the appender and see if it helps. Hope this works for you, Rob Prouse From: shally chong [mailto:shally.ch...@gmail.com] Sent: Wednesday, July 28, 2010 1:52 AM To: log4net-user@logging.apache.org Subject: Fwd: ADONetAppender not logging Hi, I encountered a problem with ADONetAppender in

RE: Does log4net support 64-bit Windows environments?

2009-08-18 Thread Rob Prouse
DLLs, maybe through 3rd Party components. Personally, I haven't seen any 64-bit issues in .NET programs that weren't related to native interop. Can you describe the issues/exceptions you are seeing? It would be much easier to help you track down the problem. Rob Prouse -Original Me

RE: Log4Net in C++

2009-04-30 Thread Rob Prouse
We use log4net in our managed C++ and even have wrappers to call it from our Native code and it works quite well. If you know a bit of C#, then those examples should get you up and running. It works the same, you just need to translate the syntax over to C++. Rob Prouse -Original Message

RE: corrupt zip file?

2009-01-20 Thread Rob Prouse
maybe it is corrupt on a proxy server. Rob Prouse -Original Message- From: Dervin Thunk [mailto:dervin.th...@gmail.com] Sent: January-20-09 9:30 AM To: log4net-user@logging.apache.org Subject: corrupt zip file? Dear community; I've been trying to download the zip file at

RE: Port Number in logged message

2008-10-09 Thread Rob Prouse
g4net/release/manual/contexts.html for more information. Rob Prouse From: Pranav Varia [mailto:[EMAIL PROTECTED] Sent: October-09-08 1:01 AM To: log4net-user@logging.apache.org Subject: Port Number in logged message Hi Is there a config setting that enables log4net to put "port" and &quo

RE: Winforms

2008-06-20 Thread Rob Prouse
... Stephanie Giovannini <[EMAIL PROTECTED]> Subject Rich text box appender Date Thu, 24 Apr 2008 16:12:24 GMT That'll be my reading on my way home the lousy sweaty French metro system :) G ________ From: Rob Prouse [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18

RE: Winforms

2008-06-18 Thread Rob Prouse
epost. Rob Prouse From: Graham Walsh [mailto:[EMAIL PROTECTED] Sent: June-18-08 4:15 AM To: Log4NET User Subject: Winforms Hi, Could anybody tell me where is the best starting point to integrate log4net into a winforms application ? I intend to have a UPD appender configured and have m

RE: filtering on methods

2008-06-13 Thread Rob Prouse
go down to the method level, I would suggest adding the method name into your logging string and filtering on that. You could create a logger per method, but that is overkill in my opinion. Anyone else have a better suggestion for the method level? Rob Prouse From: Ross Hinkley [mailto:[EMAIL PR

RE: Filter NHibernate logging

2008-05-30 Thread Rob Prouse
hould match NHibernate and set AcceptOnMatch to false. This should filter out the NHibernate namespace. Rob Prouse From: Gourlay, Colin [mailto:[EMAIL PROTECTED] Sent: May-30-08 8:12 AM To: log4net-user@logging.apache.org Subject: Filter NHibernate logging Hello Is it possible to filter ou

RE: root level logger using other logger level

2008-05-30 Thread Rob Prouse
not go to TrafficControl. Does this make sense or do you need some examples? Rob Prouse From: Don Taylor [mailto:[EMAIL PROTECTED] Sent: May-29-08 5:58 PM To: log4net-user@logging.apache.org Subject: root level logger using other logger level We have multiple loggers set up for various services th

Is there a log reloaded event?

2008-03-13 Thread Rob Prouse
clear our cache. I have searched the SDK docs, but I couldn't find any events that I could subscribe to. Am I missing something or does anyone have a suggestion how I can determine when the log configuration is loaded/reloaded? Thanks in advance... Rob Prouse Framework Developer Ivara