- 8092S 객체 사용

- 중복종목 버그 수정
This commit is contained in:
2016-12-28 07:58:54 +09:00
parent eb796e8df2
commit 021d70d758
3 changed files with 50 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ namespace NewsCrawler
}
string strLogLevel = "["+enType+"] ";
string strTime = DateTime.Now.ToString("[hh:mm:ss] ");
string strTime = DateTime.Now.ToString("[HH:mm:ss:fff] ");
string strMessage = strTime+strLogLevel+strLog;
File.AppendAllText(m_strLogFile, strMessage+Environment.NewLine, new UTF8Encoding(true));