개정판 664ea2e1
Markus에서 markusupdate를 변경하도록 수정
Change-Id: I4c2fe33f46732a9dc6b1fe683771c5acbcfd5d36
KCOM/Logger.cs | ||
---|---|---|
35 | 35 |
if (lv >= Loglevel) //세팅의 로그 레벨보다 낮거나 같으면 남김 |
36 | 36 |
{ |
37 | 37 |
string Msg = DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss") + "\t" + "RES" + "\t" + name + "(" + (string)text + ")" + "\r\n"; |
38 |
App.FileLogger.Debug(Msg); |
|
38 |
//App.FileLogger.Debug(Msg);
|
|
39 | 39 |
} |
40 | 40 |
} |
41 | 41 |
catch (Exception e) |
내보내기 Unified diff