In this post we show Log4j example configuration that logs messages to a configured log file, and creates backups when needed.
Continue reading log4j example configuration file loggerlogging
In this post we show Log4j example configuration that logs messages to console (standard output), which is very useful when testing applications!
Continue reading log4j example configuration – console loggerSLF4J: Class path contains multiple SLF4J bindings error occurs in many projects, especially those having multiple dependencies. Here we the reason and how to deal with it!
Continue reading SLF4J: Class path contains multiple SLF4J bindingsSLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder” is an error that people face very often. Here we show what is the reason and how to fix it!
Continue reading SLF4J: Failed to load class org.slf4j.impl.StaticLoggerBinder