Onyx2406 commented on PR #3309:
URL: https://github.com/apache/fineract/pull/3309#issuecomment-1640647312

   > @Onyx2406 ... how about doing all this with Lombok annotations ("@slf4j", 
lower case "log" etc.)?
   
   Yes, that would work as well using Lombok annotations as implemented in some 
other files. I used upper case "LOG" as it is the convention provided in the 
readme file examples. So, it's not case sensitive. I've also noticed that we 
are using a variety of logging methods across the project, such as "LOG", 
"log", and utilizing both lombok.extern.slf4j.Slf4j and org.slf4j.Logger.
   
   So let me know if I should implement that way.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fineract.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to