I’m having this issue while configuring Log4j2, below is my log4j2 properties code. name=PropertiesConfig property.filename = log-reports appenders = console, file appender.console.type = Console appender.console.name = STDOUT appender.console.layout.type = PatternLayout appender.console.layout.pattern = [%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n appender.file.type = FileRead more
Discy Latest Questions
Hello, I’m a beginner in automation testing, I’d like to know the different types of testings we can automate pls…
I want to read the data from a text file using Scanner class, I’ve been trying to do it, but failed. Please help me