XOOPS
2.6.0
|
Go to the source code of this file.
Variables | |
const | _MD_LOGGER_ALL "All" |
const | _MD_LOGGER_BLOCKS "Blocks" |
const | _MD_LOGGER_CACHED "Cached (regenerates every %s seconds)" |
const | _MD_LOGGER_DEBUG "Debug" |
const | _MD_LOGGER_DEPRECATED "Deprecated" |
const | _MD_LOGGER_E_NOTICE "Notice" |
const | _MD_LOGGER_E_STRICT "Strict" |
const | _MD_LOGGER_E_USER_ERROR "Error" |
const | _MD_LOGGER_E_USER_NOTICE "Notice" |
const | _MD_LOGGER_E_USER_WARNING "Warning" |
const | _MD_LOGGER_E_WARNING "Warning" |
const | _MD_LOGGER_ERRORS "Errors" |
const | _MD_LOGGER_EXTRA "Extra" |
const | _MD_LOGGER_FILELINE "%s in file %s line %s" |
const | _MD_LOGGER_FILES "%s files" |
const | _MD_LOGGER_INCLUDED_FILES "Included files" |
const | _MD_LOGGER_MEM_ESTIMATED "%s [Estimated]" |
const | _MD_LOGGER_MEM_USAGE "Memory usage" |
const | _MD_LOGGER_NONE "None" |
const | _MD_LOGGER_NOT_CACHED "Not cached" |
const | _MD_LOGGER_QUERIES "Queries" |
const | _MD_LOGGER_TIMERS "Timers" |
const | _MD_LOGGER_TIMETOLOAD "%s took %s seconds to load." |
const | _MD_LOGGER_TOTAL "Total" |
const | _MD_LOGGER_UNKNOWN "Unknown" |
const _MD_LOGGER_ALL "All" |
Definition at line 25 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_BLOCKS "Blocks" |
Definition at line 29 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_CACHED "Cached (regenerates every %s seconds)" |
Definition at line 35 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_DEBUG "Debug" |
Definition at line 19 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_DEPRECATED "Deprecated" |
Definition at line 27 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_ERRORS "Errors" |
Definition at line 26 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_EXTRA "Extra" |
Definition at line 30 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_FILES "%s files" |
Definition at line 21 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_INCLUDED_FILES "Included files" |
Definition at line 20 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_MEM_ESTIMATED "%s [Estimated]" |
Definition at line 23 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_MEM_USAGE "Memory usage" |
Definition at line 22 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_NONE "None" |
Definition at line 24 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_NOT_CACHED "Not cached" |
Definition at line 34 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_QUERIES "Queries" |
Definition at line 28 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_TIMERS "Timers" |
Definition at line 31 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_TIMETOLOAD "%s took %s seconds to load." |
Definition at line 32 of file main.php.
Referenced by LegacyLogger\dump().
const _MD_LOGGER_TOTAL "Total" |
Definition at line 33 of file main.php.
Referenced by LegacyLogger\dump().