Answers for "nosuchmethoderror: org.apache.logging.log4j.logger.atdebug()lorg/apache/logging/log4j/logbuilder;"

0

error statuslogger log4j2 could not find a logging implementation. please add log4j-core

System.setProperty("log4j.configurationFile","./path_to_the_log4j2_config_file/log4j2.xml");

Logger log = LogManager.getLogger(LogExample.class.getName());
Posted by: Guest on March-17-2021

Browse Popular Code Answers by Language