2
votes
0answers
18 views
log4net with .NET 4.0
I've thrown together some code to tinker with the new .Net 4.0/VS 2010 pieces, but I can't seem to find a build of my logging framework of choice (log4net) for 4.0, and I'm getting …
0
votes
2answers
14 views
Log4net : How to test UDP Appender quick
Just setup a UPD appender, and its not working, how can I very quickly check if messages are being sent outbound from the app?
0
votes
2answers
27 views
Best logging approach for composite app?
I am creating a Composite WPF (Prism) app with several different projects (Shell, modules, and so on). I am getting ready to implement logging, using Log4Net. It seems there are tw …
1
vote
2answers
45 views
log4net Configuration for console app.
can anyone suggest how to configure the log4net for an console app?
Or at least how/where to catch the Application_Start event? (It seams that some calls are required at this mome …
0
votes
4answers
66 views
Best Practice to log an a “commercial” transaction object
Hi,
I'm supposed to be logging a "commercial" transaction object (e.g. the request/response of a credit card processing gateway).
Someone mentioned using log4net to store that... …
0
votes
1answer
34 views
log4net log files disappear when service restarted
We are using log4net to create our logfiles from Windows services, and we are using the RollingFileAppender rolling based on date. The version of log4net we are using is 1.2.9. N …
1
vote
1answer
58 views
Best practice to include log4Net external config file in ASP.NET
I have seen at least two ways to include an external log4net config file in an ASP.NET web application:
Having the following attribute in your AssemblyInfo.cs file:
[assembly: lo …
0
votes
0answers
15 views
log4net output is missing from nuit GUI
I have a class library project in Visual Studio 2008. In that project, I have an Assembly attribute in the AssemblyInfo.cs file to load the log4net file. that file has only one app …
1
vote
3answers
54 views
Can’t get log4net to output anything when using NHibernate
I have this in my web.config file (edited to reflect some changes):
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler …
4
votes
4answers
94 views
What is the best pattern for using same Log4net logger across many assemblies in a solution?
I have a solution consisting of a main winforms app, with associated internally written class library dll’s from which I wish to log. This logging should performed by the same logg …
8
votes
2answers
159 views
Is log4net dead?
I'm looking for a logging framework and it seems log4net is or was very popular. The last release was over 2 years ago. It has not been updated for .net 3.0 or 3.5 or even visual s …
1
vote
1answer
15 views
How do i stop log4net from logging when running tests in NUnit TestRunner
Let me explain my scenario first:
I have around 2000 tests to run, which take about 30 seconds in NUnit
I want to find out what's taking the time
I open Ants Profiler, and get it …
0
votes
1answer
91 views
logging in log4net to different appenders based on circumstances
Hi there,
I am using log4net and in one class require logging to a RollingFile appender, but then in another class, I wish to log to the event log + rolling file + console appende …
2
votes
10answers
231 views
Logging Framework, a good idea?
First of all, apologies for the subjective sounding title. This is intended as a direct question.
At present I am working on a suite of tools:
A C# Windows Service, to primarily …
1
vote
1answer
65 views
Empty NHibernate log file with log4net
I'm trying to get logging enabled on my application using Fluent NHibernate and log4net. I have tried the things described here, here, here and here. The log file is getting create …
