I wrote a one-class logger, lightweight and very easy to use. It can be a good alternative to Log4j for small projects or if you want to customize you logging experience. Features It’s a self-contained one-class logger No third party dependencies required Fully customizable It works with jar packages Different levels of logging Logs on…
Category: Java
[SOLVED] WARNING: An illegal reflective access operation has occurred
This is intended to be a practical solution to disable specifically these types of logs in Java programs. Please note that this solution requires a little bit of work. As you can imagine, this warning is related to reflective operations called by our program or its dependencies. Let’s assume that we are facing a warning…