中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

C#:寫日志函數

發布時間:2020-06-13 01:15:05 來源:網絡 閱讀:665 作者:006玩命 欄目:編程語言

寫日志函數

        public static void WriteLog( string strLog )
        {
            string strDate = DateTime.Now.ToString( g_strDateFormate );
            string strLogDir = AppDomain.CurrentDomain.BaseDirectory + "Log\\SysLog\\";
            if ( !Directory.Exists( strLogDir ) )
                Directory.CreateDirectory( strLogDir );

            string strDateTime = DateTime.Now.ToString( g_strDateTimeFormate_2 );
            strLog = string.Format( "[{0}] {1}\r\n", strDateTime, strLog );

            string strLogFilePath = string.Format( "{0}/{1}.txt", strLogDir, strDate );
            File.AppendAllText( strLogFilePath, strLog );
        }
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

广宁县| 宾阳县| 年辖:市辖区| 合肥市| 随州市| 汝州市| 郧西县| 柘荣县| 望都县| 江油市| 长汀县| 长顺县| 浦东新区| 峨眉山市| 兴城市| 尉氏县| 枝江市| 安陆市| 安乡县| 凯里市| 海南省| 渭南市| 南江县| 靖边县| 察雅县| 浪卡子县| 固镇县| 石楼县| 兴和县| 高阳县| 台江县| 汉寿县| 阳原县| 康乐县| 嘉禾县| 永济市| 兰州市| 临沂市| 玉山县| 广河县| 阜新市|