Tagged Questions
1
vote
1answer
255 views
How can I successfully configure Common.Logging?
I'm attempting to use NuGet packages to configure Common.Logging to use NLog2 in an ASP.Net MVC project. Based on the information provided at the URLs below, I believe my loggers are configured ...
0
votes
2answers
363 views
Common.Logging with PostSharp and NLog 2.0
I use Common.Logging as a wrapper around NLog 2.0. I've done this so that I can replace NLog with another logging provider in the future.
I also use PostSharp to not write a try catch block ...
0
votes
1answer
98 views
Error in XAML design mode with nLog and Common.Logging
I am getting the following error:
---------------------------
Microsoft Visual Studio
---------------------------
Could not load the assembly Common.Logging.NLog because the following errors ...
1
vote
0answers
156 views
ASP.NET MVC 2 + Common.Logging + NLog = Session_Start called for each request
After switching the logging library behind Common.Logging 2.1.1 from log4net to NLog 2.0 my ASP.NET MVC 2 application kept logging correctly, but it started calling the HttpApplication.Session_Start ...
0
votes
2answers
249 views
'LogManager' is an ambiguous reference between .LogManagers
I am getting the error message,"Error 19 'LogManager' is an ambiguous reference between 'Common.Logging.LogManager' and 'NLog.LogManager'".
In a C# 2008 application I am trying to add nlog open ...
1
vote
2answers
420 views
Log levels: Would you consider DEBUG finer than TRACE?
My question originates from this question, where one of the comments suggests that a DEBUG log level is finer grained than TRACE. Looking at what TRACE and DEBUG means in .NET, this seems to make ...
1
vote
1answer
855 views
NServiceBus + Common.Logging + NLog
I'm trying to figure out how to use NServiceBus in combination withCommon.Logging. I just can not get it running. I try to develop a small demo application just for educational purpose.
What I did ...
1
vote
1answer
133 views
Unable to set EventIDs using Common.Logging and NLog
Has anyone figured out how to leverage Common.Logging to set the EventLog ID when wrapping NLog? I have it working beautifully under NLog, but had trouble figuring out how to do it with ...
12
votes
3answers
2k views
Are there any alternatives to Common.Logging? [closed]
We're looking at using Common.Logging in a new .NET project but I'm a bit concerned that the project seems to have become inactive. The homepage was last updated in 2009 and the latest version ...
2
votes
1answer
1k views
How do I switch from Log4Net to NLog in Quartz.Net?
My company's standard logging tool is NLog. I'm trying to introduce Quartz.net and was asked if it could use NLog instead of Log4Net.
I know I can recompile to use NLog, but I'd like to do it from ...
8
votes
2answers
2k views
Can NLog v2 be used with Common.Logging
I tried using these together today, and was getting a version mismatch, as it's looking for NLog v1.
Does Common.Logging support NLog v2 yet?
If not, does anyone know if an assembly version ...