image-comparison icon indicating copy to clipboard operation
image-comparison copied to clipboard

[FEATURE] Add logging to the project

Open romankh3 opened this issue 4 years ago • 3 comments

Is your feature request related to a problem? Please describe. All the data need to be logged. That's why I think that the logging must be added to the image-comparison.

Describe the solution you'd like The solution is to add SLF4J based on Log4j 2.* version.

Describe alternatives you've considered Instead of the Log4J can be used Logback or even JUL(java.util.logging). The point to add JUL is to avoid adding a new dependency to the project.

romankh3 avatar Sep 19 '19 19:09 romankh3

Hi, @romankh3 I would like to work on this issue. I want to use JUL (java.util.logging) to add a simple logging to this project, in which I will record the starts of key functions and thrown exceptions.

Xianwei-Zhou avatar Apr 24 '22 06:04 Xianwei-Zhou

Hi, @Xianwei-Zhou . Feel free to do it.

romankh3 avatar Apr 24 '22 09:04 romankh3

Hi, @romankh3 . I would like to work on this issue to add logs.

Hannnnnnn404 avatar May 22 '22 08:05 Hannnnnnn404