I\'m using NLog as my logger, however I cant seem to find an Ilogger interface in NLog namespaces unlike log4net\'s Ilogger interfac开发者_JAVA技巧e, do I have to create my own wrapper?You need to cre
I\'m working on an ASP.NET MVC application. I\'m having a problem where my Application_Error() event in my Global.asax file isn\'t firing in Release Mode. If I compile in Debug it fires just
I am creating a Windows Service which I want to use NLog with. I want the logs to be written to the install location of the service say something like:
I\'m using Ninject for DI in my asp.net application, so my Global class inherits from NinjectHttpApplication.