Overview

Namespaces

  • Jyxo
    • Beholder
      • TestCase
    • Gettext
      • Parser
    • Input
      • Chain
      • Filter
      • Validator
    • Mail
      • Email
        • Attachment
      • Parser
      • Sender
    • Rpc
      • Json
      • Xml
    • Shell
    • Spl
    • Svn
    • Time
    • Webdav
  • PHP

Classes

  • Charset
  • Color
  • Css
  • ErrorHandler
  • ErrorMail
  • FirePhp
  • Html
  • HtmlTag
  • SpamFilter
  • String
  • Timer
  • XmlReader

Exceptions

  • Exception
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class FirePhp

Class for sending information to FirePHP.

Namespace: Jyxo
Category: Jyxo
Package: Jyxo\FirePhp
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Jaroslav HanslĂ­k
Located at FirePhp.php
Methods summary
public static
# setEnabled( boolean $flag = true )

Sets if logging id enabled.

Sets if logging id enabled.

Parameters

$flag
boolean
Is logging enabled
public static boolean
# dump( mixed $variable, string $label = '' )

Dumps a variable.

Dumps a variable.

Parameters

$variable
mixed
Variable
$label
string
Variable label

Returns

boolean
public static boolean
# info( string $message, string $label = '' )

Sends an information message.

Sends an information message.

Parameters

$message
string
Message text
$label
string
Message label

Returns

boolean
public static boolean
# warning( string $message, string $label = '' )

Sends a warning.

Sends a warning.

Parameters

$message
string
Message text
$label
string
Message label

Returns

boolean
public static boolean
# error( string $message, string $label = '' )

Sends an error.

Sends an error.

Parameters

$message
string
Message text
$label
string
Message label

Returns

boolean
public static boolean
# log( mixed $message, string $label = '', string $type = Jyxo\FirePhp::LOG )

Sends a log message.

Sends a log message.

Parameters

$message
mixed
Message text
$label
string
Message label
$type
string
Message type

Returns

boolean
public static boolean
# trace( string $message, string $file, integer $line, array $trace )

Sends a trace.

Sends a trace.

Parameters

$message
string
Message text
$file
string
File name
$line
integer
File line
$trace
array
Trace

Returns

boolean
public static boolean
# table( string $label, array $header, array $data, string $ident = '' )

Sends a table.

Sends a table.

Parameters

$label
string
Message label
$header
array
Table header
$data
array
Table data
$ident
string
Unique identifier

Returns

boolean
public static boolean
# exception( Exception $e )

Logs an exception.

Logs an exception.

Parameters

$e
Jyxo\Exception
Exception to log

Returns

boolean
First exception sending result
Constants summary
string INFO 'INFO'
#

Type information.

Type information.

string WARNING 'WARN'
#

Type warning.

Type warning.

string ERROR 'ERROR'
#

Type error.

Type error.

string LOG 'LOG'
#

Type log.

Type log.

string TRACE 'TRACE'
#

Type trace.

Type trace.

string TABLE 'TABLE'
#

Type table.

Type table.

Jyxo PHP Library API documentation generated by ApiGen 2.3.0