Dumps key and variable to firebug server panel
true
dump
(string $Key, mixed $Variable)
-
string
$Key
-
mixed
$Variable
Log object with label to firebug console
true
error
(mixes $Object, [string $Label = null])
-
mixes
$Object
-
string
$Label
Check if logging is enabled
boolean
getEnabled
()
Get options for the library
array
getOptions
()
Start a group for following messages
Options: Collapsed: [true|false] Color: [#RRGGBB|ColorName]
true
group
(string $Name, [array $Options = null])
-
string
$Name
-
array
$Options: OPTIONAL Instructions on how to log the group
Ends a group you have started before
true
groupEnd
()
Log object with label to firebug console
true
info
(mixes $Object, [string $Label = null])
-
mixes
$Object
-
string
$Label
Log object with label to firebug console
true
log
(mixes $Object, [string $Label = null])
-
mixes
$Object
-
string
$Label
Log object to firebug
true
send
(mixed $Object)
Enable and disable logging to Firebug
void
setEnabled
(boolean $Enabled)
-
boolean
$Enabled: TRUE to enable, FALSE to disable
Specify a filter to be used when encoding an object
Filters are used to exclude object members.
void
setObjectFilter
(string $Class, array $Filter)
-
string
$Class: The class name of the object
-
array
$Filter: An array or members to exclude
Set some options for the library
void
setOptions
(array $Options)
-
array
$Options: The options to be set
Log a table in the firebug console
true
table
(string $Label, string $Table)
-
string
$Label
-
string
$Table
Log a trace in the firebug console
true
trace
(string $Label)
Log object with label to firebug console
true
warn
(mixes $Object, [string $Label = null])
-
mixes
$Object
-
string
$Label