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

implement old log entry purging in update_daemon_common; add some more error types; tweak error log display

This commit is contained in:
Andrew Dolgov
2013-04-16 20:34:20 +04:00
parent b8c7f8357d
commit e2261e177b
3 changed files with 25 additions and 0 deletions

View File

@@ -4,7 +4,12 @@ class Logger {
public static $errornames = array(
1 => 'E_ERROR',
2 => 'E_WARNING',
4 => 'E_PARSE',
8 => 'E_NOTICE',
16 => 'E_CORE_ERROR',
32 => 'E_CORE_WARNING',
64 => 'E_COMPILE_ERROR',
128 => 'E_COMPILE_WARNING',
256 => 'E_USER_ERROR',
512 => 'E_USER_WARNING',
1024 => 'E_USER_NOTICE',