log4j 1.x to log4j 2.x bridge migration

Even though you may want to merely copy & paste the code below, I suggest you firstly explore carefully the article describing how Java logging works, what is slf4j, what is log4j, what is bridge and how it works: https://mchesnavsky.tech/how-the-java-logging-should-works/, and then return back. In this article you’ll find the answers for these questions: Suppose […]

READ MORE

How the Java logging should works

In this article you will find the answers for these questions: Let’s start To begin with, there is two main concepts in Java logging: The problem Suppose the you’re Java library developer (let’s say it’s called our_library), not standard Java application developer. You need to have logging in your library. Suppose you have chosen log4j. […]

READ MORE