| 1 |
/*******************************************************/ |
/*******************************************************/ |
| 2 |
/* */ |
/* */ |
| 3 |
/* LeafOK Innd */ |
/* LeafOK Innbbsd */ |
| 4 |
/* Copyright (C) LeafOK.com, 2003-2004 */ |
/* Copyright (C) LeafOK.com, 2003-2005 */ |
| 5 |
/* */ |
/* */ |
| 6 |
/* Programmed by Leaf */ |
/* Programmed by Leaf */ |
| 7 |
/* E-mail:leaf@leafok.com QQ:6049044 */ |
/* E-mail:leaflet@leafok.com QQ:6049044 */ |
| 8 |
/* */ |
/* */ |
| 9 |
/* http://bbs.leafok.com */ |
/* http://bbs.leafok.com */ |
| 10 |
/* http://bbs.leafok.net */ |
/* http://bbs.leafok.net */ |
| 33 |
newtime = _localtime64( <ime ); |
newtime = _localtime64( <ime ); |
| 34 |
strftime(s_time,255,"%d/%b/%Y %H:%M:%S",newtime); |
strftime(s_time,255,"%d/%b/%Y %H:%M:%S",newtime); |
| 35 |
|
|
| 36 |
logfile << "[" << s_time << "] "; |
logfile << "[" << s_time << "] [" << GetCurrentThreadId() << "] "; |
| 37 |
|
|
| 38 |
return logfile; |
return logfile; |
| 39 |
} |
} |