I have a 开发者_运维百科single interface and this is being used by 2 classes. I am using unity configuration to identify the instance based on the interface.
What is a preferred approach for logging part specific errors with imported parts?E.G. if you have the following contract:
We have a multi-system solution: several web sites and a separate App-Tier implemented / exposed as WCF services.The web sites all use EntLibs to log stuff - but they need to log to a central DB which
We are planning to move a legacy application which uses enterprise library 4.1 which uses .Net 3.5 in a .Net 4.0 web application.
I\'m trying to use Enterprise Library Configuration Merge feature, but it doesn\'t see开发者_JS百科m to work.
I have a WCF service that\'s deployed as a Windows Azure Web Role. I\'m using Enterprise Library for exception handling and in my local Development Fabric, exceptions seem to be handled and logged co
I\'am having the following situation. We have a private method where I want to add policyinjection by using a handlerAttribute. This method is called by a few different public methods which are defin
Is it possible to register the abstract ExceptionManager type with it\'s concrete implementation ExceptionManagerImpl ?
I开发者_Python百科 am trying to convert Enterprise Library TypeRegistration ConstructorParameters to a collection of key/value pair (a HashTable or an IDictionary in general).
Are there any specific uses cases where just using TraceSource will not be enough and one should consider looking in开发者_高级运维to other logging libraries ( like Enterprise logging block, log4net,