Class LegacyLogger
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.
- LegacyLogger implements Psr\Log\LoggerInterface
Package: Logger
Category: Logger
Copyright: 2013 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
Since: 1.0
Link: http://xoops.org
Located at odules/logger/class/legacylogger.php
Category: Logger
Copyright: 2013 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
Since: 1.0
Link: http://xoops.org
Located at odules/logger/class/legacylogger.php
public
|
|
public static
object
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
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
string
|
|
public
string
|
|
public
float
|
|
public
null
|
|
public
null
|
|
public
null
|
|
public
null
|
|
public
null
|
|
public
null
|
|
public
null
|
|
public
null
|
|
public
null
|
protected
array
|
$queries
array of query log lines |
#
array()
|
protected
array
|
$blocks
array of block log lines |
#
array()
|
protected
array
|
$extra
array of extra log lines |
#
array()
|
protected
start
|
$logstart
time information by name |
#
array()
|
protected
end
|
$logend
time information by name |
#
array()
|
protected
array
|
$errors
array of error log lines |
#
array()
|
protected
array
|
$deprecated
array of deprecated log lines |
#
array()
|
protected
true
|
$renderingEnabled
if rendering enables |
#
false
|
protected
true
|
$activated
is logging is activated |
#
false
|
protected
mixed
|
$configs
boolean false if configs no set or read, array of module/user configs |
#
false
|
protected
true
|
$usePopup
if rendering enables |
#
false
|