Re: log4net 1.2.9 beta release date

2006-02-01 Thread Ron Grabowski
IBatisNet, NHibernate, Castle Project, Sooda, etc. all use log4net 1.2.9 beta. I think most people have switched to 1.2.9 beta already. Feel free to comment on JIRA about any issues you think would be important for a release: https://issues.apache.org/jira/browse/LOG4NET --- "Taylor, Anthony" <

Re: Extending Log4Net

2006-02-01 Thread Ron Grabowski
Is this what you want to do Fahad? LogEntry logEntry = generateLogEntry(); ILog log = log4net.LogManager.GetLogger(typeof(MyClass)); log.Debug(logEntry); --- Simon Wallis <[EMAIL PROTECTED]> wrote: > I don't quite understand your example of the LogEntry object. > However, check out the samp

Re: Extending Log4Net

2006-02-01 Thread Simon Wallis
I don't quite understand your example of the LogEntry object. However, check out the sample code that is included with the log4net distribution. There are full examples that show how to extend log4net. I have done it quite a bit and it works well. Yes it is easy enough to write your own appender

Re: Is there anything resembling a "WebServicesAppender"?

2006-02-01 Thread Simon Wallis
I looked at this a while back and wrote my own web services appender. I first wrote it to send a fixed set of log parameters, but then you have a problem if you ever write exensions to log4net and your set of parameters changes. You would also have to change your web service methods each time. T

log4net 1.2.9 beta release date

2006-02-01 Thread Taylor, Anthony
Can anyone shed light on when log4net 1.2.9 beta will be officially released? We would like to use the newer version, but there are concerns around it being labeled a beta version. Any insight would be appreciated.   Anthony Taylor Staff Engineer Aspen Technology, Inc. Suite 1500 2500

Unhandled exception!

2006-02-01 Thread Morten Andersen
/Security Exception/ *Description: *The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. *Except

Bug using ColoredConsoleAppender in Windows-Service

2006-02-01 Thread Steve Wagner
Hello NG, the ColoredConsoleAppender has a bug when it used in a windows service. The Appender accepts some logging entrys and then it runs in a deathlock when a logmessage is called ( i.e. Log.Warn("xxx") ). Ok, you will say "Then, dont use the ColoredConsoleAppender in a windows service applic