Skip to content

[MNG-7278] Drop use of Plexus Logger in Maven Core #8159

@jira-importer

Description

@jira-importer

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions