In this post under Lombok, I will show with example what is the purpose of “@Log” annotation and how to use it. In our software development, logging data (whether it is just an info, error, etc) to log files is important. These log data help developers to figure out what is happening in the application,…… Continue reading Using @Log annotation example