Changeset 7746 for trunk/src/inc/LogHandler.class.php
- Timestamp:
- Apr 14, 2010, 9:19:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/inc/LogHandler.class.php
r7737 r7746 82 82 } 83 83 84 $errorString .= ' (' . $logno . '): ' . $logstr . "\r\n\t" . 'In file "' . $logfile . '" on line "' . $logline . '"' . "\r\n"; 84 $time = date( "H:i.s m/d/y" ); 85 $errorString .= ' (' . $logno .' | '.$time .' | ): ' . $logstr . "\r\n\t" . 'In file "' . $logfile . '" on line "' . $logline . '"' . "\r\n"; 85 86 86 87 if ($logno <= LOG_LEVEL_ECHO) { 87 // TODO: David: Make it possible to echo as comment in a KML, HTML, SQL or an other file88 88 echo '<!-- ' . $errorString . ' -->'; 89 89 }
Note:
See TracChangeset
for help on using the changeset viewer.