@@ -45,6 +45,9 @@ |
||
| 45 | 45 | return '<span class="smallText">Parse Time: ' . $this->timer_total . 's</span>'; |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | + /** |
|
| 49 | + * @param string $type |
|
| 50 | + */ |
|
| 48 | 51 | function write($message, $type) { |
| 49 | 52 | error_log(strftime(STORE_PARSE_DATE_TIME_FORMAT) . ' [' . $type . '] ' . $message . "\n", 3, STORE_PAGE_PARSE_TIME_LOG); |
| 50 | 53 | } |