EasyLog - Quick Start



To make EasyLog work on your project you need

  • Setup your pom.xml
  • Create the class in your project that extends EasyLogger or EasyLoggerNoSpring from io.lenar.easy.log
  • If you need to log interfaces then create the class that extends EasyLoggerExtension.

There is the difference how to do it for Spring Boot projects and for non-Spring projects because Spring has its own AOP module.

Quick Start for Spring Boot projects - Example project

Quick Start for non-Spring projcts - Example project