- 8092S 객체 사용
- 중복종목 버그 수정
This commit is contained in:
2
Util.cs
2
Util.cs
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user