Class icms_core_Logger
Collects information for a page request
Records information about database queries, blocks, and execution time and can display it as HTML. It also catches php runtime errors.
Package: Core\Logger
Category: ICMS
Copyright: The XOOPS project http://www.xoops.org/
Copyright: http://www.impresscms.org/ The ImpressCMS Project
License: GNU public license
License: GNU General Public License (GPL)
Author: Kazumi Ono onokazu@xoops.org
Author: Skalpa Keo skalpa@xoops.org
Since: XOOPS
Located at core/Logger.php
Category: ICMS
Copyright: The XOOPS project http://www.xoops.org/
Copyright: http://www.impresscms.org/ The ImpressCMS Project
License: GNU public license
License: GNU General Public License (GPL)
Author: Kazumi Ono onokazu@xoops.org
Author: Skalpa Keo skalpa@xoops.org
Since: XOOPS
Located at core/Logger.php
public static
object
&
|
|
public
|
|
public
|
#
enableRendering( )
Enable logger output rendering When output rendering is enabled, the logger will insert its output within the page content. If the string is found in the page content, the logger output will replace it, otherwise it will be inserted after all the page output. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
handleError( string $errno, string $errstr, string $errfile, string $errline )
Error handling callback (called by the zend engine) |
public
string
|
|
public
string
|
|
public
string
|
|
public
float
|
|
public
string
|
|
public
unknown
|
|
public
unknown
|
|
public
unknown
|
|
public
unknown
|
|
public
string
|
#
renderErrors( )
Render the list of errors This was added in 1.3 because there was a separate class - XoopsErrorHandler - having the additional class is unnecessary and the methods existed in other forms. |
public
array
|
$queries
|
#
array()
|
public
array
|
$blocks
|
#
array()
|
public
array
|
$extra
|
#
array()
|
public
array
|
$logstart
|
#
array()
|
public
array
|
$logend
|
#
array()
|
public
array
|
$errors
|
#
array()
|
public
array
|
$deprecated
|
#
array()
|
public
array
|
$filters
|
#
array()
|
public
boolean
|
$usePopup
|
#
false
|
public
boolean
|
$activated
|
#
true
|