0
votes
1answer
53 views
Deploying NLog with a ClickOnce application
Users are not able to install a ClickOnce application. The error is: "File NLog.dll is not a valid Portable Executable (PE) file." It works fine on my machine, but I have nLog inst …
0
votes
1answer
16 views
Can Nlog store the current Thread user
I am using NLog to provide all my logging, do you know if it is possible to store the current Thread user details, by changing the NLog.Config file?
0
votes
1answer
26 views
Application_Error event in Global.asax not firing in Release Mode? ASP.NET MVC application
I'm working on an ASP.NET MVC application. I'm having a problem where my Application_Error() event in my Global.asax file isn't firing in Release Mode. If I compile in Debug it fir …
0
votes
1answer
23 views
NLOG to output db.out
I would like to use nLog to output my LINQ to SQL generated SQL to the log file
e.g.
db.Log = Console.Out
reports the generated SQL to the console, http://www.bryanavery.co.uk/p …
0
votes
0answers
8 views
NLog with VS 2008 Unit Test
I am trying log some entries in a log file (Log.Trace / Log.Debug) while my VS unit test runs. I have also copied the file NLog.config to out directory through DeploymentItem attri …
1
vote
0answers
26 views
How to make Nlog archive a file with the date when the logging took place.
Hi,
We are using Nlog as our logging framework and I cannot find a way to archive files the way I want. I would like to have the date of when the logging took place in the logging …
0
votes
0answers
9 views
Problem using Nlog & VC6
I think it's probably my inexperience with .net, but I think I'm going to have to give up on my plan to use NLog instead of fixing our broken proprietary logging code.
The plan wa …
0
votes
1answer
49 views
Using the Ninject NLogModule Logger in global.asax
I'm using Ninject for DI in my asp.net application, so my Global class inherits from NinjectHttpApplication.
In my CreateKernel(), I'm creating my custom modules and DI is working …
4
votes
6answers
1k views
log4net vs. Nlog
Anyone have experience for both? How do they stack up against each other?
We are planning on using one of them for logging in an enterprise application.
References:
log4net
nl …
0
votes
1answer
32 views
Windows Service with NLog
Hi,
I am creating a Windows Service which I want to use NLog with. I want the logs to be written to the install location of the service say something like:
PathToInstalledService …
0
votes
1answer
125 views
NLog ASP.Net viewer
I am using nLog in a large financial application, but frequently need to bring up the logs of the last hour while the software is running and filter on specific loggers/levels. I w …
1
vote
1answer
143 views
NLog vs. Log4Net
OK, no worries... i found some posts that answers it well.
I could not delete the post, so i am editing it.
1
vote
5answers
408 views
Logging Library for .NET Compact Framework?
Any good logging libraries that support .NET compact framework?
1
vote
1answer
70 views
Postsharp and NLog, general design question
Hi,
This is what i intend to do:
I want to write a Aspect oriented NLog specific onmethodexecutionaspect class.
But i still want to ensure that the calling code is attributed us …
0
votes
2answers
284 views
How to get stack trace information for logging in production when using the GAC
I would like to get stack trace (file name and line number) information for logging exceptions etc. in a production environment. The DLLs are installed in the GAC. Is there any way …
