masesgroup / JCOReflector

A set of Java classes to use .NET from any JVM enabled language (Java, Kotlin, Scala and others)

Home Page:https://jcoreflector.masesgroup.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log any condition actually silently catched up

mariomastrodicasa opened this issue · comments

Is your feature request related to a problem? Please describe.
Many times is no clear what happened behind the scene if something goes wrong. Many exception are silently catched up.

Describe the solution you'd like
JCOReflector creates a log file used from the underlying JCOBridge to report some logs. The same file can be used to reports the exception catched from JCOreflector.

Describe alternatives you've considered
Use the System.out.println, but it reports errors on the console e they can be lost.

Additional context
N/A