Hi I need log temperature to XML file. I would like have XMl in this format <logs> <log> <dateTime></dateTime/>
I am new to Nlog, Put the Nlog Configuration in the app.config file below the configuration section, and de开发者_开发百科fine a section name inside the Config Section but still I get this error \"Con
I am developing an application with windows CE, NETCF 3.5 I am using NLog2-All-开发者_如何转开发Beta1 for logging, but it is giving error that Error 20 \'NLog.LogManager\' does not contain a definitio
I\'m really new to logging, and I\'ve decided it\'s time to take the plunge and start working it into my applications from now on.
I have created a Windows service using C# that writes logs (with NLog) in C:\\ProgramData. When I debug the service (on my Windows 7) (using the code written above), the log file is correctly created
I installed NLog version 2 and sending to a remote MSMQ is not working. Do I have the config setup properly?
I would like to use Sharedcache (sharedcache.codeplex.com) in our Silverlight v4.0 project. However, we are using NLog v2.0 for the client logging. SharedCache currently release only support NLog v1.1
How can I add, edit, d开发者_运维问答elete, enable, and disable loggers from code for NLog?To add:
I am performing logging in my application via NLog.I am trying to gather some logs to diagnose an odd issue I am having on only one machine.In my NLog.Config I have the following configuration:
I\'ve configured a file target for NLog as follows: <targets> <target name=\"asyncFile\" xsi:type=\"AsyncWrapper\">