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?
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
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
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
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
I use the NLog Libary (http://nl开发者_运维知识库og-project.org/) within my C# Win Forms to do the logging.
I am trying to implement a simple log using Nlog 1.0, using the following code Dim _logger = LogMa开发者_JAVA百科nager.GetCurrentClassLogger()
I have two rules configured in NLog.config: <logger name=\"Model\" level=\"Info\" write开发者_开发技巧To=\"modelLog\" final=\"true\" />
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.
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)