/// <summary> /// InfoAct.clsInfo의 pLogQueueHash에 Queue를 추가한다. /// Hash의 Key 값은 pLogType의 String Value /// </summary> protected void CreateLogQueue() { try { pInfo.AddLogQueue(pLogType.ToString()); } catch (Exception ex) { } }