예제 #1
0
파일: DebugSystem.cs 프로젝트: gmfnasg/Look
		public static DebugInfo GetNewDebugInfo(DebugLogTypeEnum type, string systemname, string log){
			DebugInfo newDebugInfo = new DebugInfo ();
			newDebugInfo.Type = type;
			newDebugInfo.SystemType = systemname;
			newDebugInfo.Log = log;
			return newDebugInfo;
		}
예제 #2
0
        public static DebugInfo GetNewDebugInfo(DebugLogTypeEnum type, string systemname, string log)
        {
            DebugInfo newDebugInfo = new DebugInfo();

            newDebugInfo.Type       = type;
            newDebugInfo.SystemType = systemname;
            newDebugInfo.Log        = log;
            return(newDebugInfo);
        }