saladinkzn / gretty

Advanced gradle plugin for running web-apps on jetty and tomcat.
MIT License
2 stars 2 forks source link

Logger dependencies #32

Open mohamnag opened 8 years ago

mohamnag commented 8 years ago

This is actually related to this issue here: https://github.com/akhikhl/gretty/issues/120

The problem is that Gretty is using Logback for its logging and this interferes with Log4j 2 logger. It would be great if Gretty used a generic way (like by using Slf4j) to leave the developer free which final logger implementation to use.