Fully Qualified Name: | Laminas\Log\Writer\FirePhp\FirePhpInterface |
Name | Description | Defined By |
---|---|---|
error() | Log an error message | FirePhpInterface |
getEnabled() | Determine whether or not FirePHP is enabled | FirePhpInterface |
info() | Log informational message | FirePhpInterface |
log() | Log a message | FirePhpInterface |
trace() | Log a trace | FirePhpInterface |
warn() | Log a warning | FirePhpInterface |
Log an error message
Parameter Name | Type | Description |
---|---|---|
$line | string |
Returns:
Determine whether or not FirePHP is enabled
Returns: bool
Log informational message
Parameter Name | Type | Description |
---|---|---|
$line | string |
Returns:
Log a message
Parameter Name | Type | Description |
---|---|---|
$line | string |
Returns:
Log a trace
Parameter Name | Type | Description |
---|---|---|
$line | string |
Returns:
Log a warning
Parameter Name | Type | Description |
---|---|---|
$line | string |
Returns: