public void OpenDailyRollingFileAppender(string strFilename, EarthView.World.Core.LOGSCHEDULE schedule, uint maxBackupIndex)
 {
     EarthView_World_Core_CLogger_openDailyRollingFileAppender_void_ev_string_LOGSCHEDULE_ev_uint32(this.NativeObject, strFilename, ref schedule, maxBackupIndex);
 }
 private static extern void EarthView_World_Core_CLogger_openDailyRollingFileAppender_void_ev_string_LOGSCHEDULE_ev_uint32(IntPtr pNativeObject, string strFilename, ref EarthView.World.Core.LOGSCHEDULE schedule, uint maxBackupIndex);