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();
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
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