1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +00:00

implement error log viewer

This commit is contained in:
Andrew Dolgov
2013-04-16 20:16:15 +04:00
parent 889a5f9f19
commit 4e53956add
5 changed files with 58 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
<?php
class Logger {
protected $errornames = array(
public static $errornames = array(
1 => 'E_ERROR',
2 => 'E_WARNING',
8 => 'E_NOTICE',
256 => 'E_USER_ERROR',