TypeCobol
TypeCobol copied to clipboard
Analytics should be loaded dynamically
2 teams of our company will use the parser but they don't need analytics. Analytics should be active only if needed.
Thus, we could avoid to provide Analytics DLL to these teams.
Note: Use MEF to configure which analytics implementation we want.
Porting Analytics to our new extensible logging system could help solve this issue as loggers can be loaded dynamically now. See #2091.
out-of-date: Analytics project has been removed. New logging system still allows dynamic loading of external loggers (but needs to be improved)