Class ChromePhpBridge

Summary

Fully Qualified Name: Zend\Log\Writer\ChromePhp\ChromePhpBridge
Implements: ChromePhpInterface

Description

Methods

Name Description Defined By
error() Log an error message ChromePhpBridge
info() Log informational message ChromePhpBridge
log() Log a message ChromePhpBridge
trace() Log a trace ChromePhpBridge
warn() Log a warning ChromePhpBridge

Method Details

error()

Log an error message

Parameter Name Type Description
$line string

Returns:

info()

Log informational message

Parameter Name Type Description
$line string

Returns:

log()

Log a message

Parameter Name Type Description
$line string

Returns:

trace()

Log a trace

Parameter Name Type Description
$line string

Returns:

warn()

Log a warning

Parameter Name Type Description
$line string

Returns:

Top