mdarifmustafa / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

gator: Add Support for Arbitrary Logging Engines #117

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
At present Gator is designed to support the log4j logging engine exclusively.  
It should be straightforward to abstract the engine-specific details out to 
integration modules and provide SPI interfaces in the core that can adapt to 
the integration components.  Initial support for logback should be included as 
verification for support of multiple engines.

Original issue reported on code.google.com by marvin.addison@gmail.com on 27 Jul 2011 at 7:47

GoogleCodeExporter commented 8 years ago

Original comment by marvin.addison@gmail.com on 27 Jul 2011 at 7:48

GoogleCodeExporter commented 8 years ago
Committed initial refactoring in r2050.  Refactoring produced a new module, 
gator-integration-log4j, which contains all log4j components and dependencies.  
Support for logback engine to follow.

Original comment by marvin.addison@gmail.com on 3 Aug 2011 at 9:18