Re: maven pull request: Fix call to SimpleLoggerFactory.reset method

2013-03-18 Thread Jason van Zyl
No problem, Stuart fixed it up. All good. On Mar 18, 2013, at 12:18 PM, ceki wrote: > sorry about the unused INSTANCE field in SimpleLoggerFactory which is > unnecessarily confusing. Just got rid of it: > > https://github.com/qos-ch/slf4j/commit/192f47034eda752 > > On 18.03.2013 19:59, mccul

Re: maven pull request: Fix call to SimpleLoggerFactory.reset method

2013-03-18 Thread ceki
sorry about the unused INSTANCE field in SimpleLoggerFactory which is unnecessarily confusing. Just got rid of it: https://github.com/qos-ch/slf4j/commit/192f47034eda752 On 18.03.2013 19:59, mcculls wrote: GitHub user mcculls opened a pull request: https://github.com/apache/maven/pull/

maven pull request: Fix call to SimpleLoggerFactory.reset method

2013-03-18 Thread mcculls
GitHub user mcculls opened a pull request: https://github.com/apache/maven/pull/4 Fix call to SimpleLoggerFactory.reset method Use LoggerFactory to make sure we get the right instance to reset, as SimpleLoggerFactory.INSTANCE is not actually used by slf4j-simple's StaticLoggerBinde