osscameroon / js-generator

Generates JavaScript from HTML
https://osscameroon.github.io/js-generator/
MIT License
19 stars 14 forks source link

Logging Experiment & Comparison with other converters from Html to Js #203

Closed FanJups closed 1 year ago

FanJups commented 1 year ago

I was trying to use java.util.logging but it did not work. It worked, I mean I got some logs but there were some issues ( https://github.com/osscameroon/js-generator/commit/ee0d7b2dde9262ed94ac5b7e316655d9307e6443 ) related to logging on java modules. SL4J looks like a solution for that purpose.

module issue java.util.logging

https://www.google.com/search?q=module+issue+java.util%2Clogging&rlz=1C1FCXM_pt-PTPT1032PT1032&oq=module+issue+java.util%2Clogging&aqs=chrome..69i57j33i22i29i30.17735j1j7&sourceid=chrome&ie=UTF-8

https://stackoverflow.com/questions/70532618/package-java-util-logging-is-not-visible-adding-requires-java-logging-in-mod

https://github.com/classgraph/classgraph/issues/309

https://www.eclipse.org/forums/index.php/t/1103515/