Interface ChromePhpInterface

Summary

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

Description

Methods

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

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