Due to the latest log4j fiasco, we need to reorganize few of our codes. Earlier it was running on log4j-1.2.17. Now while using log4j-2.16, we're getting error at first place:
static Logger log = Logger.getLogger(TestAuthor.class);
Method 'getLogger' not found.
LogManager.resetConfiguration();- not found. PropertyConfigurator.configure(props);-not found
Is there any other way to define this?