PHP Class Prado\Util\TFirePhpLogRoute

TFirePhpLogRoute prints log messages in the firebug log console via firephp. {@link http://www.getfirebug.com/ FireBug Website} {@link http://www.firephp.org/ FirePHP Website}
Since: 3.1.5
Inheritance: extends TLogRoute
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getGroupLabel ( ) : string
processLogs ( $logs )
setGroupLabel ( $value )

Méthodes protégées

Méthode Description
translateLogLevel ( $level ) : string Translates a PRADO log level attribute into one understood by FirePHP for correct visualization

Method Details

getGroupLabel() public méthode

public getGroupLabel ( ) : string
Résultat string group label. Defaults to TFirePhpLogRoute::DEFAULT_LABEL

processLogs() public méthode

public processLogs ( $logs )

setGroupLabel() public méthode

public setGroupLabel ( $value )

translateLogLevel() protected static méthode

Translates a PRADO log level attribute into one understood by FirePHP for correct visualization
protected static translateLogLevel ( $level ) : string
Résultat string FirePHP log level