You’ll notice Logger
no longer declares such a method.
log4j version 2 has made some drastic changes. Here’s the change log. getLogger
seems to have been moved to a LogManager
class.
Here’s how they suggest making the migration.
You’ll notice Logger
no longer declares such a method.
log4j version 2 has made some drastic changes. Here’s the change log. getLogger
seems to have been moved to a LogManager
class.
Here’s how they suggest making the migration.