资源简介


资源截图

代码片段和文件信息

using ESPlus.Advanced;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using ESBasic;
using ESBasic.Loggers;

namespace ESframework.Boost
{
    public class DignosticLogger : IDisposable
    {
        private IDiagnosticsViewer diagnosticsViewer;
        private IAgileLogger agileLogger;
        private int spanInSecs = 30;
        private volatile bool stop = false;

        public DignosticLogger(IDiagnosticsViewer viewer string logFilePath int logSpanInSecs)
        {
            this.diagnosticsViewer = viewer;
            this.agileLogger = new FileAgileLogger(logFilePath);
            this.spanInSecs = logSpanInSecs;

            if (this.diagnosticsViewer != null)
            {
                CbGeneric cb = new CbGeneri

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      88064  2015-02-04 11:45  GGMeeting\Dlls\AudioEngineCore.dll

     文件     121344  2012-04-20 08:43  GGMeeting\Dlls\dxbase.dll

     文件     398336  2015-05-12 16:45  GGMeeting\Dlls\ESBasic.dll

     文件     200798  2015-03-23 10:20  GGMeeting\Dlls\ESBasic.xml

     文件    1081344  2015-05-09 09:17  GGMeeting\Dlls\ESframework.dll

     文件     322827  2015-03-23 15:49  GGMeeting\Dlls\ESframework.xml

     文件    1692160  2015-05-12 16:46  GGMeeting\Dlls\OMCS.dll

     文件     672177  2015-04-25 08:48  GGMeeting\Dlls\OMCS.xml

     文件     385024  2015-03-23 10:23  GGMeeting\Dlls\Paintframework.dll

     文件     659456  2014-10-13 14:02  GGMeeting\Dlls\VideoEngineCore.dll

     文件    1005056  2014-12-22 10:21  GGMeeting\ESframework.Boost\bin\Debug\CSkin.dll

     文件     398336  2015-05-12 16:45  GGMeeting\ESframework.Boost\bin\Debug\ESBasic.dll

     文件     200798  2015-03-23 10:20  GGMeeting\ESframework.Boost\bin\Debug\ESBasic.xml

     文件     391168  2015-05-12 17:27  GGMeeting\ESframework.Boost\bin\Debug\ESframework.Boost.dll

     文件     536064  2015-05-12 17:27  GGMeeting\ESframework.Boost\bin\Debug\ESframework.Boost.pdb

     文件    1081344  2015-05-09 09:17  GGMeeting\ESframework.Boost\bin\Debug\ESframework.dll

     文件     322827  2015-03-23 15:49  GGMeeting\ESframework.Boost\bin\Debug\ESframework.xml

     文件       8786  2015-04-08 11:33  GGMeeting\ESframework.Boost\Controls\AutoDocker.cs

     文件        927  2015-04-08 11:33  GGMeeting\ESframework.Boost\Controls\AutoDocker.Designer.cs

     文件      35468  2015-04-08 11:49  GGMeeting\ESframework.Boost\Controls\ChatBox\ChatBox.cs

     文件       7021  2015-04-08 11:48  GGMeeting\ESframework.Boost\Controls\ChatBox\ChatBox.resx

     文件       6114  2015-04-08 11:49  GGMeeting\ESframework.Boost\Controls\ChatBox\GifBox.cs

     文件       5998  2015-04-08 11:48  GGMeeting\ESframework.Boost\Controls\ChatBox\GifBox.resx

     文件       3523  2015-04-08 11:49  GGMeeting\ESframework.Boost\Controls\ChatBox\ImageForm.cs

     文件       3721  2015-04-08 11:49  GGMeeting\ESframework.Boost\Controls\ChatBox\ImageForm.Designer.cs

     文件       8129  2015-04-08 11:48  GGMeeting\ESframework.Boost\Controls\ChatBox\ImageForm.resx

     文件        312  2015-04-08 11:49  GGMeeting\ESframework.Boost\Controls\ChatBox\Internals\CHARRANGE.cs

     文件        818  2015-04-08 11:49  GGMeeting\ESframework.Boost\Controls\ChatBox\Internals\CLIPFORMAT.cs

     文件        814  2015-04-08 11:49  GGMeeting\ESframework.Boost\Controls\ChatBox\Internals\COMRECT.cs

     文件        437  2015-04-08 11:49  GGMeeting\ESframework.Boost\Controls\ChatBox\Internals\DVASPECT.cs

............此处省略623个文件信息

评论

共有 条评论