I have done its configurations using configuration wizard but I couldn\'t understand where it is logging messages. I even see app.config file but couldn\'t find any logging source.
I have an abstract factory registered for injection in some controller instances. Can I register that abstract factory and use it as an injection factory?
I\'m using the MS Patterns and Practices Enterprise Library MsmqTraceListener to log entries to a private queue using the BinaryLogFormatter.
I am using the Enteprise Library to query my database. When I run a query, I am relying on stored procedures. Currently, I am using code that looks like the following:
I can\'t seem to find any examples for configuring EntLib5 logging application block via code. I have it confi开发者_JAVA百科gured via a config file and its working great but i would love to create a
Our project is using PolicyInjection (from Microsoft EnterpriseLibrary) for some reason. Problem is, that PolicyInjection.Create(params) takes about 30 ms. This is WAY too much since it is called over
Log file names now support the use of environment variables. You can include environment variables such as %WINDIR%, %TEMP%, and %USERPROFILE% in the Filename property of the Flat File Trace Listener,
We currently use Enterprise Library Policy Injection for caching on our data access repository e.g. public interface IClientStatusRepository
I have implemented a CustomTraceListener for use with Enterprise Library 5. From the TraceData method, I need to crawl the stack up 6 levels to my class that had the actual logging call, I need a prop
I have created a custom Exception that has data pertaining to our application.I want to ensure this data gets logged when an exception is thrown and logged to the event log.