FW: MemoryAppender Example

2004-08-12 Thread Kevin Torkelson
Nick, Thanks for the help. After converting your code to c# (requires downcasting) I managed to read the events data. The code is as follows: Hierarchy hierarchy; MemoryAppender memoryAppender; // Get the default hierarchy for log4net hierarchy = (Hierarchy)LogManager.GetLoggerRepository();

New to log4net - specifying config file in AssemblyInfo.vb

2004-08-12 Thread Rich Dudley
I'm brand new to log4net, so I apologize if this issue has been raised recently. I'm using log4net 1.2.0 beta 8 with .NET 1.1 and VB.NET. The output is a .exe console application. I'm trying to specify the log4net config file in AssemblyInfo.vb. Using the following syntax: I receive a "Too

log4net with asp.net

2004-08-12 Thread Ismail Mayat
Support, Version : log4net-1.2.0-beta8 Project type : ASP.NET project When i attempt to do logging in asp.net project a log is not created, I have the following code in a c# class that is called by asp.net page private static readonly ILog Logger = LogManager.GetLogger(typeof(ContentExporterContro