Fully Qualified Name: | Laminas\Log\Writer\FirePhp\FirePhpBridge |
Implements: | FirePhpInterface |
Name | Description | Defined By |
---|---|---|
__construct() | Constructor | FirePhpBridge |
error() | Log an error message | FirePhpBridge |
getEnabled() | Determine whether or not FirePHP is enabled | FirePhpBridge |
getFirePhp() | Retrieve FirePHP instance | FirePhpBridge |
info() | Log informational message | FirePhpBridge |
log() | Log a message | FirePhpBridge |
trace() | Log a trace | FirePhpBridge |
warn() | Log a warning | FirePhpBridge |
Constructor
Parameter Name | Type | Description |
---|---|---|
$firephp | \FirePHP |
Returns:
Log an error message
Parameter Name | Type | Description |
---|---|---|
$line | string | |
$label | string|null |
Returns: void
Determine whether or not FirePHP is enabled
Returns: bool
Retrieve FirePHP instance
Returns: \FirePHP
Log informational message
Parameter Name | Type | Description |
---|---|---|
$line | string | |
$label | string|null |
Returns: void
Log a message
Parameter Name | Type | Description |
---|---|---|
$line | string | |
$label | string|null |
Returns: void
Log a trace
Parameter Name | Type | Description |
---|---|---|
$line | string |
Returns: void
Log a warning
Parameter Name | Type | Description |
---|---|---|
$line | string | |
$label | string|null |
Returns: void