91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

德州市| 毕节市| 宁远县| 南通市| 苏尼特右旗| 兴国县| 柳林县| 贵德县| 正阳县| 林西县| 仁化县| 武川县| 靖西县| 新闻| 烟台市| 武威市| 亳州市| 宜兰县| 马鞍山市| 增城市| 墨竹工卡县| 新巴尔虎左旗| 彭山县| 海晏县| 墨脱县| 沧州市| 福安市| 静安区| 长汀县| 景宁| 汶川县| 昭通市| 茶陵县| 明溪县| 克拉玛依市| 千阳县| 金川县| 通榆县| 庐江县| 凤城市| 开封市|