nlog
Where are logs located while running NUnit?
I\'m running NUnit tests from Resharper. I want to track exe开发者_StackOverflow中文版cution process so my question is where can I find logs produced by my application?[详细]
2023-01-30 17:19 分类:问答(SEH)Exception initializing Nlog
I get the error at the end when I try to start a project I\'m working on from Visual Studio. It worked fine until a few hours ago. After some minor unrelated changes it stopped working when starting f[详细]
2023-01-29 12:15 分类:问答Configure log4net or NLog with XML from code
Recently I have been working on a project where, among other things, we want to provide a centralized configuration system.We are using WCF, Silverlight, C#, etc to create a distributed system of serv[详细]
2023-01-27 21:18 分类:问答Compile Errors when build configuration changed to production - C# MVC
Have taken over the management of a system written in C# MVC. It\'s a pretty big project so working my way through it bit by bit to learn what everything does. I\'ve just made my first set of changes[详细]
2023-01-24 17:37 分类:问答NLog not writing to the EventLog
I\'m using NLog to record my logging, everything is working fine, but now I have installed the application on to a WebService in IIS 6, it i开发者_运维问答s not logging to the EventLog, all other logs[详细]
2023-01-21 23:41 分类:问答Logging with NLog into an Isolated Storage
I use the NLog Libary (http://nl开发者_运维知识库og-project.org/) within my C# Win Forms to do the logging.[详细]
2023-01-21 20:52 分类:问答NLog not Logging in Simple App
I am trying to implement a simple log using Nlog 1.0, using the following code Dim _logger = LogMa开发者_JAVA百科nager.GetCurrentClassLogger()[详细]
2023-01-20 10:31 分类:问答Problem matching specific NLog logger name
I have two rules configured in NLog.config: <logger name=\"Model\" level=\"Info\" write开发者_开发技巧To=\"modelLog\" final=\"true\" />[详细]
2023-01-20 00:56 分类:问答How can I use NLog's RichTextBox Target in WPF application?
How can I use RichTextBox Target in WPF application? I don\'t want to have a separate window with log, I want all log messages to be outputted in richTextBox located in WPF dialog.[详细]
2023-01-16 05:00 分类:问答What is the best way of using NLog with MEF?
I am wondering what is the best way to use NLog with Managed Extensibility Framework (MEF)? I have an application that support plugins using MEF architecture (Import and Exports etc)[详细]
2023-01-15 20:29 分类:问答