Class CWebLogRoute
CWebLogRoute shows the log content in Web page.
The log content can appear either at the end of the current Web page or in
FireBug console window (if CWebLogRoute::$showInFireBug
is set true).
- CComponent
- CLogRoute
- CWebLogRoute
Direct known subclasses
CProfileLogRouteCopyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/logging/CWebLogRoute.php
public
|
|
protected
|
collectLogs(),
formatLogMessage(),
init()
|
public
boolean
|
$showInFireBug | false |
#
whether the log should be displayed in FireBug instead of browser window. Defaults to false. |
public
boolean
|
$ignoreAjaxInFireBug | true |
#
whether the log should be ignored in FireBug for ajax calls. Defaults to true. This option should be used carefully, because an ajax call returns all output as a result data. For example if the ajax call expects a json type result any output from the logger will cause ajax call to fail. |
public
boolean
|
$ignoreFlashInFireBug | true |
#
whether the log should be ignored in FireBug for Flash/Flex calls. Defaults to true. This option should be used carefully, because an Flash/Flex call returns all output as a result data. For example if the Flash/Flex call expects an XML type result any output from the logger will cause Flash/Flex call to fail. |
public
boolean
|
$collapsedInFireBug | false |
#
whether the log should be collapsed by default in Firebug. Defaults to false. |
$categories,
$enabled,
$except,
$filter,
$levels,
$logs
|