1
vote
0answers
30 views

ASP.net nlog create time wise file

I need to create file date wise, though folder is creating now. But I need to put date wise file in run time folder String logfile = t.FileName.ToString() + "/" + LoginID + ...
1
vote
0answers
241 views

Global.asax Events Fire in Unexpected order Application_End before Application_Start

I have recently added NLog (http://nlog.codeplex.com/) logging to an Asp.Net ReSTful webservice. The logging is now working correctly and as expected, but the result is unexpected. The order of the ...
3
votes
2answers
188 views

Reading NLog.config from NLog in API REST .NET

I have a problem reading the configuration file (NLog.config) from my class library project when I call it from my ASP.NET MVC4 project. I tested my code using an Unit Test Project and reads the ...
1
vote
1answer
214 views

NLog Colored Console

I am using NLog to log errors. Here is the Config code <target name="console" xsi:type="AsyncWrapper" > <target xsi:type="ColoredConsole" ...
0
votes
1answer
82 views

Why isn't nlog logging to a file in my ASP.NET project?

I have both Visual Studio 2010 and Visual Web Developer Express 2012. I tried NLOG in VS 2010 in a console application and everything worked right. But when I try it in VS2012 with my asp.net ...
1
vote
2answers
47 views

Use multiple versions of nlog

I'm new to nlog, pardon my ignorance if I've missed something trivial. I'm hosting several applications using IIS7, some use nlog 1.0.0.505 and some use NLog 2.0. I'm not sure how to create a ...
1
vote
1answer
252 views

how to set isdebugenabled in NLog

I try to find a way to set isdebugenabled false or true in configuration file, so I can turn it on or off whenever I need. Thanks !
0
votes
0answers
102 views

When does NLog write to the target when Async is set to true

I have been experimenting with NLog and am trying to find out when it actually writes to the target. For instance, I have a few rules set up where Info level statements are sent to Web Service target ...
2
votes
1answer
384 views

Nlog not creating file relative to website project

I am using a website project, I added Nlog from Nuget, and used the following NLog configuration : <?xml version="1.0" encoding="utf-8" ?> <nlog autoReload="true" ...
3
votes
0answers
145 views

Nlog database target - to use keepConnection or not?

I'm using NLog in an asp.net 2.0 application; it gets a lot of traffic and logs a lot of data (average about 5000 log records per day), for both error logging and statistical purposes. It uses two ...
1
vote
1answer
201 views

Logging to different log file based on differnt asp.net folder using NLog

I have a requirement to log to different log file using Nlog based different asp.net folder ex if Root/Folder1/ page.aspx--> should write to log1.log file if Root/Folder2/page.aspx ...
1
vote
1answer
557 views

NLog is not logging

I am using the new NLog 2.0. I have set it up both manually and with the aid of NuGet on 2 different platforms: 1) on a Visual Web Developer express 2010 back at home. 2) On a Visual Studio 2010 in ...
1
vote
0answers
202 views

NLog AsyncWrapper for ASP.Net

Should I include an Async="true" attribute in the page's @ Page directive if an ASP.NET application will use NLog with AsyncWrapper? My concern is which handler IHttpAsyncHandler or IHttpHandler will ...
3
votes
1answer
675 views

Log current page url with NLog

I'm trying to log the current pages URL as part of our NLog layout. I've scoured the NLog layout variables and have come up with nothing. Does anyone know how to get the current page URL as a ...
2
votes
1answer
1k views

where to write a log file?

I'm using nlog to write log files for debugging purposes. Currently the log file location is set to: <target name="file" xsi:type="File" ...
5
votes
1answer
324 views

NLog - how to log all request information

The Nlog has some ASP.NET logging features (see the list of layout renderers), for example ${aspnet-request} For log form item, I need to know name of item. ${aspnet-request:form=myVariable} ...
0
votes
1answer
232 views

ASP.Net HttpModule / ErrorHandler - how to get executing assembly version

I have a Http module that handles all of the errors for my ASP.Net application. As part of this it hands of to the "MyApp.Logging" assembly which is a facade to NLog. In here I want to get the ...
1
vote
0answers
75 views

Including a file in two locations for a web application in visual studio

I have a project, MyCompany.Common, which does a number of things, including providing a common logging framework that uses NLog. Inside MyCompany.Common, there is an NLog.config file that defines ...
8
votes
1answer
298 views

NLogConfigurationException - Invalid cast from 'System.String' to 'System.Uri'

Nlog is throwing an exception now that I have updated from 1.0 -> 2.0. When NLog.Config.XmlLoggingConfiguration.Initialize is called the following exception occurs: "Error when setting property ...
2
votes
2answers
902 views

NLog - Write NULL to optional database column

I am using NLog for logging in an ASP.Net application and making use of the database target with Microsoft Sql Server. I have some logging parameters that are optional and not always specified. I ...
3
votes
5answers
4k views

Capture username with log4net

I currently write all log4net events to a database, and it seems to work just fine. To capture the logged in user account I use this piece of code: HttpContext context = HttpContext.Current; if ...
1
vote
2answers
230 views

Associate multiple NLog events with a single ASP.NET Request

I'd like to use a logging system to trace a large web application. So far I've settled on NLog, for it's ease of configuration and API. When tracing is enabled, I'm expecting to see lots of logging ...
1
vote
1answer
280 views

Is there a way to redirect output to external console from NLOG in asp.net app?

I just started using NLog in my asp.net application, and I need to see log messages in real time. When I run it in VS2010 I can look at VS output window, but when I run it on the test box I obviously ...
1
vote
3answers
770 views

NHibernate with NLog or Log4Net or something else?

I want to use NHibernate in my project, and it comes with log4net by default. In my opinion, it would be a wiser choice to go for Nlog as it still gets updates, log4net on the other hand is ...
2
votes
1answer
110 views

Is NLog work with customErrors?

when i use <customErrors mode="Off"/> and i have an error on the screen it writes to log file but when i use <customErrors mode="RemoteOnly"/> then i see my custom error page but error not ...
1
vote
1answer
717 views

Security Exceptions while initializing Nlog event log target

I'm using NLog in my ASP.NET application hosted on IIS and Windows server 2003. When I run the code on my develop machine, everything is Okay. But when I deployed the code to the server. The ...
0
votes
1answer
347 views

NLog - DDL for Log Table and Setting the ConnectionString Programmatically

1: Is there a create statement for the Database Target Log Table for all the possible fields documented somewhere? I created one by guessing and I could check the source, but it would be handy if the ...
1
vote
2answers
512 views

nlog with Growl for Windows target

I am trying to use the target which can be found http://ryanfarley.com/blog/archive/2010/05/06/announcing-the-growl-for-windows-target-for-nlog.aspx. I have the nlog framework working as before I add ...
0
votes
1answer
319 views

Logging in asp.net mvc application

I'm writing an application in asp.net mvc. I have got presentation layer, controllers and viewModel layer, document layer ( document model [I use ravendb] and repositories) and a framework layer. ...
4
votes
3answers
2k views

NLog ASP.Net viewer [closed]

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 want to log ...
20
votes
2answers
2k views

How can i output NLog stuff to the vs2008 'output' window?

I'm using NLog to log my stuff. I'm trying to send the output to the console (or colouredconsole) ... which i'm hoping would goto the visual studio 'OUTPUT' window for any ASP.NET web site/app/mvc ...
15
votes
9answers
7k views

How do you log errors (Exceptions) in your ASP.NET apps?

I'm looking for the best way to log errors in an ASP.NET application. I want to be able to receive emails when errors occurs in my application, with detailed information about the Exception and the ...