Parent Directory
|
Revision Log
|
Patch
| Revision 1.2 by sysadm, Sun Jul 4 06:45:23 2004 UTC | Revision 1.3 by sysadm, Thu Sep 16 15:41:45 2004 UTC | |
|---|---|---|
| # | Line 33 logfile& logfile::log_head(logfile& logf | Line 33 logfile& logfile::log_head(logfile& logf |
| 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 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |