XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier logger.php

Espaces de nommage

 kernel
 

Variables

const _LOGGER_DEBUG 'Debug'
 
const _LOGGER_INCLUDED_FILES 'Included files'
 
const _LOGGER_FILES '%s files'
 
const _LOGGER_MEM_USAGE 'Memory usage'
 
const _LOGGER_MEM_ESTIMATED '%s [Estimated]'
 
const _LOGGER_NONE 'None'
 
const _LOGGER_ALL 'All'
 
const _LOGGER_ERRORS 'Errors'
 
const _LOGGER_DEPRECATED 'Deprecated'
 
const _LOGGER_QUERIES 'Queries'
 
const _LOGGER_BLOCKS 'Blocks'
 
const _LOGGER_EXTRA 'Extra'
 
const _LOGGER_TIMERS 'Timers'
 
const _LOGGER_TIMETOLOAD '%s took %s seconds to load.'
 
const _LOGGER_TOTAL 'Total'
 
const _LOGGER_NOT_CACHED 'Not cached'
 
const _LOGGER_CACHED 'Cached (regenerates every %s seconds)'
 
const _LOGGER_UNKNOWN 'Unknown'
 
const _LOGGER_E_USER_NOTICE 'Notice'
 
const _LOGGER_E_USER_WARNING 'Warning'
 
const _LOGGER_E_USER_ERROR 'Error'
 
const _LOGGER_E_NOTICE 'Notice'
 
const _LOGGER_E_WARNING 'Warning'
 
const _LOGGER_E_STRICT 'Strict'
 
const _LOGGER_FILELINE '%s in file %s line %s'
 

Documentation des variables

◆ _LOGGER_ALL

const _LOGGER_ALL 'All'

◆ _LOGGER_BLOCKS

const _LOGGER_BLOCKS 'Blocks'

◆ _LOGGER_CACHED

const _LOGGER_CACHED 'Cached (regenerates every %s seconds)'

◆ _LOGGER_DEBUG

const _LOGGER_DEBUG 'Debug'

◆ _LOGGER_DEPRECATED

const _LOGGER_DEPRECATED 'Deprecated'

◆ _LOGGER_E_NOTICE

const _LOGGER_E_NOTICE 'Notice'

◆ _LOGGER_E_STRICT

const _LOGGER_E_STRICT 'Strict'

◆ _LOGGER_E_USER_ERROR

const _LOGGER_E_USER_ERROR 'Error'

◆ _LOGGER_E_USER_NOTICE

const _LOGGER_E_USER_NOTICE 'Notice'

◆ _LOGGER_E_USER_WARNING

const _LOGGER_E_USER_WARNING 'Warning'

◆ _LOGGER_E_WARNING

const _LOGGER_E_WARNING 'Warning'

◆ _LOGGER_ERRORS

const _LOGGER_ERRORS 'Errors'

◆ _LOGGER_EXTRA

const _LOGGER_EXTRA 'Extra'

◆ _LOGGER_FILELINE

const _LOGGER_FILELINE '%s in file %s line %s'

◆ _LOGGER_FILES

const _LOGGER_FILES '%s files'

◆ _LOGGER_INCLUDED_FILES

const _LOGGER_INCLUDED_FILES 'Included files'

◆ _LOGGER_MEM_ESTIMATED

const _LOGGER_MEM_ESTIMATED '%s [Estimated]'

◆ _LOGGER_MEM_USAGE

const _LOGGER_MEM_USAGE 'Memory usage'

◆ _LOGGER_NONE

const _LOGGER_NONE 'None'

◆ _LOGGER_NOT_CACHED

const _LOGGER_NOT_CACHED 'Not cached'

◆ _LOGGER_QUERIES

const _LOGGER_QUERIES 'Queries'

◆ _LOGGER_TIMERS

const _LOGGER_TIMERS 'Timers'

◆ _LOGGER_TIMETOLOAD

const _LOGGER_TIMETOLOAD '%s took %s seconds to load.'

◆ _LOGGER_TOTAL

const _LOGGER_TOTAL 'Total'

◆ _LOGGER_UNKNOWN

const _LOGGER_UNKNOWN 'Unknown'