Tamas Cservenak opened MNG-7278 and commented
We decided to switch to SLF4J logging eons ago, so clean up logging:
- drop Plexus Logger use in Maven-Core
- align logger uses (we have injected, directly acquired, static, final)
Make all core component do this:
private final Logger logger = LoggerFactory.getLogger( getClass() );
Remote Links:
Backported to: 4.0.0-alpha-2
1 votes, 2 watchers