XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | kernel |
Variables | |
const | _LOGGER_ALL "All" |
const | _LOGGER_BLOCKS "Blocks" |
const | _LOGGER_CACHED "Cached (regenerates every %s seconds)" |
const | _LOGGER_DEBUG "Debug" |
const | _LOGGER_DEPRECATED "Deprecated" |
const | _LOGGER_E_NOTICE "Notice" |
const | _LOGGER_E_STRICT "Strict" |
const | _LOGGER_E_USER_ERROR "Error" |
const | _LOGGER_E_USER_NOTICE "Notice" |
const | _LOGGER_E_USER_WARNING "Warning" |
const | _LOGGER_E_WARNING "Warning" |
const | _LOGGER_ERRORS "Errors" |
const | _LOGGER_EXTRA "Extra" |
const | _LOGGER_FILELINE "%s in file %s line %s" |
const | _LOGGER_FILES "%s files" |
const | _LOGGER_INCLUDED_FILES "Included files" |
const | _LOGGER_MEM_ESTIMATED "%s [Estimated]" |
const | _LOGGER_MEM_USAGE "Memory usage" |
const | _LOGGER_NONE "None" |
const | _LOGGER_NOT_CACHED "Not cached" |
const | _LOGGER_QUERIES "Queries" |
const | _LOGGER_TIMERS "Timers" |
const | _LOGGER_TIMETOLOAD "%s took %s seconds to load." |
const | _LOGGER_TOTAL "Total" |
const | _LOGGER_UNKNOWN "Unknown" |
const _LOGGER_ALL "All" |
Definition at line 34 of file logger.php.
const _LOGGER_BLOCKS "Blocks" |
Definition at line 38 of file logger.php.
const _LOGGER_CACHED "Cached (regenerates every %s seconds)" |
Definition at line 48 of file logger.php.
const _LOGGER_DEBUG "Debug" |
Definition at line 28 of file logger.php.
const _LOGGER_DEPRECATED "Deprecated" |
Definition at line 36 of file logger.php.
const _LOGGER_E_NOTICE "Notice" |
Definition at line 54 of file logger.php.
const _LOGGER_E_STRICT "Strict" |
Definition at line 56 of file logger.php.
const _LOGGER_E_USER_ERROR "Error" |
Definition at line 53 of file logger.php.
const _LOGGER_E_USER_NOTICE "Notice" |
Definition at line 51 of file logger.php.
const _LOGGER_E_USER_WARNING "Warning" |
Definition at line 52 of file logger.php.
const _LOGGER_E_WARNING "Warning" |
Definition at line 55 of file logger.php.
const _LOGGER_ERRORS "Errors" |
Definition at line 35 of file logger.php.
const _LOGGER_EXTRA "Extra" |
Definition at line 39 of file logger.php.
const _LOGGER_FILELINE "%s in file %s line %s" |
Definition at line 57 of file logger.php.
const _LOGGER_FILES "%s files" |
Definition at line 30 of file logger.php.
const _LOGGER_INCLUDED_FILES "Included files" |
Definition at line 29 of file logger.php.
const _LOGGER_MEM_ESTIMATED "%s [Estimated]" |
Definition at line 32 of file logger.php.
const _LOGGER_MEM_USAGE "Memory usage" |
Definition at line 31 of file logger.php.
const _LOGGER_NONE "None" |
Definition at line 33 of file logger.php.
const _LOGGER_NOT_CACHED "Not cached" |
Definition at line 47 of file logger.php.
const _LOGGER_QUERIES "Queries" |
Definition at line 37 of file logger.php.
const _LOGGER_TIMERS "Timers" |
Definition at line 40 of file logger.php.
const _LOGGER_TIMETOLOAD "%s took %s seconds to load." |
Definition at line 43 of file logger.php.
const _LOGGER_TOTAL "Total" |
Definition at line 45 of file logger.php.
const _LOGGER_UNKNOWN "Unknown" |
Definition at line 50 of file logger.php.