Interface ILoggerJavaObject
- Namespace
- MASES.JCOBridge.C2JBridge.JVMInterop
- Assembly
- C2JBridge.dll
Interface used to emit logs on targeting object
public interface ILoggerJavaObject
- Extension Methods
Methods
EventLog(string)
Reports a generic log
void EventLog(string msg)
Parameters
msgstringThe message to be reported
FusionLog(string)
Reports a fusion log
void FusionLog(string msg)
Parameters
msgstringThe message to be reported