public interface IJCEventLog
IJCEventLog interface represents a generic event sink for debug
 purpose.
 Some examples on its use are on https://github.com/masesgroup/JCOReflector
| Modifier and Type | Method and Description | 
|---|---|
| void | EventLog(String msg)Invoked when an event happens. | 
| void | FusionLog(String msg)Invoked when a fusion event happens. |