PRADO Component Framework for PHP 5
  • Home
  • About
  • Testimonials
  • Demos
  • Download
  • Documentation
  • Forum
  • Development
  • Tutorials
  • Class Docs
  • API Manual
  • Wiki

Packages

  • None
  • System
    • Caching
    • Collections
    • Data
      • ActiveRecord
        • Relations
        • Scaffold
          • InputBuilder
      • Commom
        • Sqlite
      • Common
        • Mssql
        • Mysql
        • Oracle
        • Pgsql
        • Sqlite
      • DataGateway
      • SqlMap
        • Configuration
        • Statements
    • Exceptions
    • I18N
    • IO
    • Security
    • Util
    • Web
      • Javascripts
      • Services
      • UI
        • ActiveControls
        • WebControls
    • Xml
  • Wsat
    • pages
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class TFirePhpLogRoute

TFirePhpLogRoute class.

TFirePhpLogRoute prints log messages in the firebug log console via firephp.

FireBug Website FirePHP Website

TComponent
Extended by TApplicationComponent
Extended by TLogRoute
Extended by TFirePhpLogRoute
Package: System\Util
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Yves Berkholz <godzilla80[at]gmx[dot]net>
Since: 3.1.5
Located at Util/TLogRouter.php
Methods summary
public
# processLogs( array $logs )

Processes log messages and sends them to specific destination. Derived child classes must implement this method.

Processes log messages and sends them to specific destination. Derived child classes must implement this method.

Parameters

$logs
array
list of messages. Each array elements represents one message with the following structure: array( [0] => message [1] => level [2] => category [3] => timestamp);
protected static string
# translateLogLevel( string $level )

Translates a PRADO log level attribute into one understood by FirePHP for correct visualization

Translates a PRADO log level attribute into one understood by FirePHP for correct visualization

Parameters

$level
string
prado log level

Returns

string
FirePHP log level
public string
# getGroupLabel( )

Returns

string
group label. Defaults to TFirePhpLogRoute::DEFAULT_LABEL
public
# setGroupLabel( string $value )

Parameters

$value
string
group label.
Methods inherited from TLogRoute
collectLogs(), formatLogMessage(), getCategories(), getLevelName(), getLevelValue(), getLevels(), init(), setCategories(), setLevels()
Methods inherited from TApplicationComponent
getApplication(), getRequest(), getResponse(), getService(), getSession(), getUser(), publishAsset(), publishFilePath()
Methods inherited from TComponent
__call(), __construct(), __destruct(), __get(), __isset(), __set(), __sleep(), __unset(), __wakeup(), addParsedObject(), asa(), attachBehavior(), attachBehaviors(), attachClassBehavior(), attachEventHandler(), canGetProperty(), canSetProperty(), clearBehaviors(), createdOnTemplate(), detachBehavior(), detachBehaviors(), detachClassBehavior(), detachEventHandler(), disableBehavior(), disableBehaviors(), enableBehavior(), enableBehaviors(), evaluateExpression(), evaluateStatements(), fxAttachClassBehavior(), fxDetachClassBehavior(), getAutoGlobalListen(), getBehaviorsEnabled(), getClassHierarchy(), getEventHandlers(), getListeningToGlobalEvents(), getSubProperty(), hasEvent(), hasEventHandler(), hasProperty(), isa(), listen(), raiseEvent(), setSubProperty(), unlisten()
Constants summary
string DEFAULT_LABEL 'System.Util.TLogRouter(TFirePhpLogRoute)'
#

Default group label

Default group label

Constants inherited from TComponent
GLOBAL_RAISE_EVENT_LISTENER
Properties inherited from TLogRoute
$_levelNames, $_levelValues
Terms of Service | Contact Us
PRADO v3.2.4 API Manual API documentation generated by ApiGen 2.8.0
Copyright © 2006-2014 by the PRADO Group.
Powered by PRADO