Class XoopsLogger
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.
Direct known subclasses
XoopsErrorHandler
Package: kernel\logger
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Kazumi Ono onokazu@xoops.org
Author: Skalpa Keo skalpa@xoops.org
Author: Taiwen Jiang phppp@users.sourceforge.net
Located at lass/logger/xoopslogger.php
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Kazumi Ono onokazu@xoops.org
Author: Skalpa Keo skalpa@xoops.org
Author: Taiwen Jiang phppp@users.sourceforge.net
Located at lass/logger/xoopslogger.php
public
|
|
public
|
|
public
|
|
public static
object
|
|
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
float
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
handleError( integer $errno, string $errstr, string $errfile, string $errline )
Error handling callback (called by the zend engine) |
public
|
|
protected
boolean
|
#
isThrowable( mixed $e )
Determine if an object implements Throwable (or is an Exception that would under PHP 7.) |
public
mixed|string
|
|
public
string
|
|
public
|
|
public
float
|
|
public
|
#
triggerError( integer $errkey = 0, string $errStr = '', string $errFile = '', string $errLine = '', integer $errNo = 0 )
XoopsLogger::triggerError() |
public
|
|
public
|
|
public
dimp
|
|
public
unknown
|
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
boolean
|
$usePopup
*#@- |
#
false
|
public
boolean
|
$activated
|
#
true
|
public
boolean
|
$renderingEnabled
*@access protected |
#
false
|