What am I doing wrong? I\'m trying to configure the logging settings to log all events in a database and event viewerbut email only errors and warnings.Database and Event Viewer part works fine excep
on our current project we decide to use enterprise library for logging, upto now we used only log4net, but I can not find any advice how to really use the library in flexible way, what I mean isin log
I have a DbConnection object (coming from an EntityFramework 4.0 context) and was wondering if it is possible to create a Microsoft Practices Enterprise Library Data Access Block Database (Microsoft.P
I\'m trying to use the logging block of Enterprise library for our application and I\'m wondering if there\'开发者_JAVA技巧s a way for the logger to automatically log the Class name that it is called
Typical scenario, I am using EntLib 5.0-A开发者_JAVA技巧pril 2010 Logging on my development machine and everything works like a charm, when I try to put in production on our web server, it does not wo
The scenario I am facing is that I have an ASP.NET web service (.NET 3.5) running on an W2k3 server which is using the CacheManager/IsolatedStorage store to store a persisted state variable.This confi
We have Enterprise Library 4.1 logging set up to write to the Event Log when regular logging fails. This works fine when logging is configured incorrectly (e.g. an invalid character in the listener fi
I\'m currently investigating various logging possibilities for .net projects and I can\'t decide between System.Diagnostics.Debug/Trace features and third party libraries like log4net, MS Enterprise L
My application is referencing Microsoft Enterprise library V4.1 while one of the older DLL (external application) requires a reference to Microsoft Enterprise library V2.0. I know for sure that i can
Using Enterprise Library 3.1, I have a logger that, once it reaches its \"r开发者_开发技巧ollSizeKB\" refuses to overwrite the log file.What am I missing?