0
votes
2answers
24 views
Log4Net logging IP address of a single session accross several threads
Please refer to: http://stackoverflow.com/questions/1340643/how-to-enable-ip-address-logging-with-log4net which explains how to log an IP using log4net.
My problem is that in cer …
0
votes
1answer
14 views
log4net.config file loading when using asp.net development server
So, I have log4net configuration in log4net.config file and I don't want to include it in the web.config. I initialize configuration in Application_Start like this
log4net.Util …
1
vote
2answers
30 views
Log4Net and extra fields
Hi,
Is it possible to insert extra fields into the database and use them in log4net? I have a UserId I would like to have in an extra field in the log-table.
I have added the fi …
0
votes
0answers
17 views
ASP.NET 2.0 Web Application and Log4Net AdoNetAppender
I've used log4net before, but the last time I used it was in a ASP.NET 1.x application and I've never used the AdoNetAppender. Basically everything appears to be configured properl …
3
votes
4answers
865 views
How to configure log4net programmatically from scratch (no config)
This is a Bad Idea, I know, but...
I want to configure log4net programmatically from scratch with no config file. I'm working on a simple logging application for me and my team to …
1
vote
2answers
37 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 …
2
votes
0answers
34 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 …
2
votes
3answers
861 views
SharePoint and Log4Net
I'm looking for best practices to integrate log4net to SharePoint for web request, feature activation and all timer stuff.
I have several subprojects in my farm, and I would lik …
0
votes
2answers
19 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?
1
vote
2answers
56 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
1answer
41 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 …
0
votes
0answers
16 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
0answers
10 views
how to configure a bufferred and timeout based appender in log4net?
I want to configure a Forwarding-Appender in log4net, that does the following:
It buffers up to N messages. When N is reached, its trigger is executed and it forwards its buffer. …
0
votes
4answers
76 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... …
2
votes
1answer
75 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 …
