示例#1
0
        public string[] GetLogSrcList()
        {
            //List<string> storLogSrcs = storageView.GetLogsrcList();
            //if(storLogSrcs != null)
            //{
            //    logSrcs.AddRange(logSrcs);
            //}

            //logView.SetLogsrcList(logSrcs);

            List <string> logSrcs = ctlNodeManager.GetMonitorNodeNames();

            logSrcs.AddRange(ExtLogSrc);
            return(logSrcs.ToArray());
        }
示例#2
0
        public List <string> GetLogsrcList()
        {
            List <string> logNodes = ctlNodeManager.GetMonitorNodeNames();

            return(logNodes);
        }