- 임시 커밋

This commit is contained in:
2017-02-08 16:25:58 +09:00
parent 1d43655567
commit af9ef4aa60
7 changed files with 6489 additions and 296 deletions

View File

@@ -88,7 +88,7 @@ namespace AutoSellerNS
if(m_strLogFile == null)
{
string strToday = DateTime.Now.ToString("yyyy-MM-dd");
m_strLogFile = GetLogPath()+"/"+strToday+".txt";
m_strLogFile = GetLogPath()+"/AutoSellerLog-"+strToday+".txt";
}
string strLogLevel = "["+enType+"] ";