TypeCobol icon indicating copy to clipboard operation
TypeCobol copied to clipboard

Analytics should be loaded dynamically

Open smedilol opened this issue 7 years ago • 1 comments

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.

smedilol avatar Aug 01 '17 12:08 smedilol

Porting Analytics to our new extensible logging system could help solve this issue as loggers can be loaded dynamically now. See #2091.

fm-117 avatar Aug 18 '22 15:08 fm-117

out-of-date: Analytics project has been removed. New logging system still allows dynamic loading of external loggers (but needs to be improved)

fm-117 avatar Jun 20 '24 15:06 fm-117