public void WriteLog(EarthView.World.Core.LOGLEVEL level, string strMsg, string strFile, uint nLine) { EarthView_World_Core_CLogger_writeLog_void_LOGLEVEL_ev_string_ev_string_ev_uint32(this.NativeObject, ref level, strMsg, strFile, nLine); }
public void SetLogLevel(EarthView.World.Core.LOGLEVEL level) { EarthView_World_Core_CLogger_setLogLevel_void_LOGLEVEL(this.NativeObject, ref level); }
private static extern void EarthView_World_Core_CLogger_writeLog_void_LOGLEVEL_ev_string_ev_string_ev_uint32(IntPtr pNativeObject, ref EarthView.World.Core.LOGLEVEL level, string strMsg, string strFile, uint nLine);
private static extern void EarthView_World_Core_CLogger_setLogLevel_void_LOGLEVEL(IntPtr pNativeObject, ref EarthView.World.Core.LOGLEVEL level);