NLog is a free logging platform for .NET

learn more… | top users | synonyms

4
votes
0answers
240 views

How to compress log files with NLog

I am using NLog in one of my projects and I am trying to have the output of the files to be compress. I tried to use the compress file attribute, but when I look at the files, they are not compressed. ...
3
votes
0answers
244 views

NLog Event Log Target: problems with Source/Provider Name & message format

I'm trying to use NLog to log events for a new application to a file and to the Event Log. I'm almost there, but not quite - I can get events logged to the Event Log, and in the Details/XML view (of ...
3
votes
0answers
144 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 ...
3
votes
0answers
194 views

A utility to compress rotated log files?

I'm using NLog for logging and need to zip the loads of rotated text files it's generating shortly after they are created. NLog should support this feature some time in the unknown future, but is ...
3
votes
0answers
311 views

NLog Custom Target XSD Warnings

I have created a custom target for NLog and it works fine, but when I am editing the nlog.config file I get a warning that This is an invalid xsi:type ...
2
votes
0answers
68 views

Using NLog's MappedDiagnosticsContext with ServiceStack

I'm using NLog with my Servicestack service. I'd like to use NLog's MappedDiagnosticsContext to append a variable to each log entry. In my case, I'd like to generate a unique identifier for each ...
2
votes
0answers
99 views

Can NLog performance counters be configured to monitor AsyncWrapper queue sizes?

I'm using NLog v2.0 with an AsyncWrapper and a custom target. I would like to monitor the size of the AsyncWrapper target queueSize. I have configured the AsyncWrapper as follows. <target ...
2
votes
0answers
152 views

NLog Refuse to Throw Exception

Hello dear developers, I encountered a weird problem with NLog, I had a crash, but couldn't find a trace for the user activity in the logs. i assume, Logging is not working... tried searching for ...
2
votes
0answers
83 views

Log method name and parameters with NLog

How to log calling method with its incoming parameters using NLog? If its not possible, can i pass some parameters to logger so that they will appear in the final log message?
2
votes
0answers
101 views

How do I override default nlog configuration?

We ship a framework assembly for logging which internally uses nlog. We also ship an embedded nlog configuration as a resource in our assembly and read this on startup (a static constructor within our ...
2
votes
0answers
116 views

Do you use JSON for logging?

I have seen people talking about logging in JSON, for example this post, but I have actually never tried it. I believe that a log file in JSON format is much easier for loading into a logging database ...
2
votes
0answers
268 views

What is the difference betwen AsyncWrapper and BufferingWrapper in NLog v2?

I was looking over some of the best practices for NLog when I noticed following target configuration: <targets async="true"> <default-wrapper xsi:type="BufferingWrapper" ...
2
votes
0answers
415 views

Live Trace Enable/Disable NLog

I am using NLog for production tracing of a large application. I am looking for a simple add in that allows me to remotely enable/disable various loggers / change their severity at the source during ...
1
vote
0answers
29 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
230 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 ...
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 ...
1
vote
0answers
120 views

NLog mySQL target configuration

I am trying out NLog to use mySQL table. I seem to have the configuration set correctly however I am getting the following error (capturing exceptions in NLog). 2012-10-10 17:09:20.0200 Error Error ...
1
vote
0answers
73 views

Couchbase for NLog

I am new to Couchbase and NoSql, so I am wondering if using Couchbase as a target for NLog logging is viable. I wrote a quick and dirty Couchbase/NLog target which does log the information in the ...
1
vote
0answers
99 views

NLog Logger.Trace hangs forever

I have a Windows service application running under my username (installed via installutil). Here are my start/stop event overloads: protected override void OnStart(string[] args) { try { ...
1
vote
0answers
45 views

Using DI to set a property in an NLog Target

I'm using NLog and have a custom target. I'd like to inject a dependency into this target. The dependency has already been registered in a Unity container. I'm this in an MVC application and the DI ...
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 ...
1
vote
0answers
296 views

Nlog Logger.Info not working

i have a webservice which is consumed via jquery ... now the problem is i want to put some debug into from nlog so that i can see how the flow is actually going .. i thought nlog's option for debuging ...
1
vote
0answers
142 views

NLog Logger Stops Logging to File After Changing System Time

One of our testers here managed to get our application to stop logging by changing the syste date and time forward and backwards a few times. Of course, I have him working on trying to recreate it and ...
1
vote
0answers
386 views

Send ELMAH output through NLog

I'm currently using NLog to log security events from my ASP.NET MVC3 application. Now we have another requirement to add application errors into a separate log. Since we're already using NLog (and ...
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 ...
1
vote
0answers
210 views

Problem mapping fields with a Database Target

I am having a problem getting this to work correctly. I tried it with a straight INSERT statement and a Stored Proc also with the same bad results. On the example below, the Version number is ending ...
0
votes
0answers
16 views
+50

NLog and final rules

Very often I want to exclude logging from a specific chatty logger up to a certain level. Unfortunately, the first of the following rules is final for all levels of that logger, so that the second ...
0
votes
0answers
7 views

Nlog throws Type load exception

I installed Nlog.MongoDB using NuGet and I'm using the connection string in config file for connecting it to mongodb. Nlog and NLog.Mongodb assemblies are added to bin and build shows no error. But it ...
0
votes
0answers
21 views

NLog and Windows Phone 8

I'm trying to develop a Logger component for my WP8 application using NLog, but I'm having some trouble writing to the log file. Since the log file is in the phone's Isolated Storage, how can I point ...
0
votes
0answers
30 views

Nlog doesn't print messages on application close

All ViewModel classes inherit from a base class: public abstract class ScreenBase : ViewModelBase, IScreen, IDisposable { protected readonly NLog.Logger _logger; protected ScreenBase() : ...
0
votes
0answers
51 views

NLog ErrorException causes async logs to be wiped?

I'm not very well versed in NLog, but we've got a bit of code that does this to an Async log target: try { logger.Info(requestMessage, XmlSerialize(request), name); SendRequest(request) } catch ...
0
votes
0answers
30 views

Use NLog in Multithreading application skip the log messages

I am using NLog for my simple C#.Net application it works fine. but when i use NLog for C#.Net multithreading application it skips the log messages I also tried to configure NLog.config using ...
0
votes
0answers
60 views

NLog Not Flushing all Logs in Unity3d

I'm trying to get NLog (.Net2 build) working in the free unity3d development environment. If I have the following logging steps in a test c# script asset. Logger config is: LoggingConfiguration ...
0
votes
0answers
63 views

Logging class and method name using ${callsite}

I'm trying to log the class and method name using ${callsite} but it is returning incorrect information. Below is a line from a stack trace that I took: ...
0
votes
0answers
37 views

nLog - Callsite returning incorrect class and method

I'm using nLog along with the renderer ${callsite} and in the main method the correct class and methods are being returned. But in any other class the following is returned for the class / method: ...
0
votes
0answers
101 views

How to read an SQL query generated by Dapper?

I have a standard code: public IEnumerable ExperimentSelect(object parameters) { using (var connection = new SqlConnection(ConnectionString)) { connection.Open(); ...
0
votes
0answers
70 views

Server variable Url does not contain action when asp.net mvc routes have '.aspx'?

I ran into a strange issue while configuring logging on an ASP.Net MVC 3 application (using NLog). This application was initially deployed on IIS 6 (using MVC 2) and has a route mapping that looks ...
0
votes
0answers
86 views

NLog Archiving in MVC3 application

i have an MVC3 application which uses NLog to Log to various files. however, How does anyone know hoe to use the Archiving functionality in an MVC3 environment. I have tried to implement the archiving ...
0
votes
0answers
51 views

${message:withException=false} Layout Renderer not working as expected

I'm using nLog (version 2). I configured it thru code. var config = new LoggingConfiguration(); var databaseTarget = new DatabaseTarget(); databaseTarget.ConnectionString = ...
0
votes
0answers
131 views

NLog configuration with additional project

In my solution there's a main project which uses NLog and there's another small (independent) project that its purpose is to allow updating properties of the <nlog> section in the solution ...
0
votes
0answers
156 views

Using NLog 2 with Silverlight 5

Has anyone ever used NLog 2 with SL5? I cannot find DLLs for SL5 on the NLog homepage. When I try to reference the SL4 DLLs, VS 2010 says the following: Why? I thought it is possible to reference ...
0
votes
0answers
64 views

How to archive logs on a specified number of days/hours?

Is this possible in n-log or should a feature request be made if needed. I did take into consideration the question about logging to emails every x minutes with no enlightenment.
0
votes
0answers
88 views

How can I extend an existing NLog target?

I'm looking to extend NLog's MailTarget because we wish to hide our user name and password from the NLog.config file because it is distributed to all of our clients. Here is what I have: ...
0
votes
0answers
69 views

NLog - how to access exception object from custom target

I have implemented a custom target object that extends TargetWithLayout. I want to use this to connect NLog to our existing error logging solution. The issue is that I need to work with an Exception ...
0
votes
0answers
108 views

Accessing NLog configuration variables through .Net API

Can anybody help me to access the variables defined at the top of an NLog.config file via the .Net API? I have variables like... I need to be able to read this logDirectory value in so that my ...
0
votes
0answers
162 views

NLog default-target-parameters not working

I have an nlog configuration setup that logs to a bunch of different files: <targets> <target name="logfile" xsi:type="File" fileName="${logDirectory}\basic.log.txt" ...
0
votes
0answers
68 views

Difference between NLog.Logger() and NLog.LogManager()

Can anyone tell me what are the differences between NLog.Logger() and NLog.LogManager() and context in which each should be preffered. I was developing an asp .net mvc3 application that makes use of ...
0
votes
0answers
147 views

Using Nlog.ErrorException() with Ninject.Extensions.Logging possible?

I'm using Ninject.Extensions.Logging. It has an interface for Nlog called ILogger which has: Debug(string message) Info(string message) etc That's all fine. But I'd like to use this approach for ...
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 ...
0
votes
0answers
41 views

How to handle multiple NLog configurations

I wrote a host that can load multiple plugins. Each plugin shall have its own NLog configuration. A separate file for each plugin is preferable. My first idea was to read text files associated with ...

1 2 3