import lombok.extern.slf4j.Log; @Log public class LogExample { public static void main(String... args) { log.error("Something's wrong here"); } }