Class LoggerAbstractServiceFactory

Summary

Fully Qualified Name: Zend\Log\LoggerAbstractServiceFactory
Implements: AbstractFactoryInterface

Description

Logger abstract service factory.

Allow to configure multiple loggers for application.

Methods

Name Description Defined By
__invoke() {@inheritdoc} LoggerAbstractServiceFactory
canCreate() {@inheritDoc} LoggerAbstractServiceFactory
canCreateServiceWithName() {@inheritdoc} LoggerAbstractServiceFactory
createServiceWithName() {@inheritDoc} LoggerAbstractServiceFactory

Method Details

__invoke()

{@inheritdoc}

Parameter Name Type Description
$container
$requestedName
$options

Returns:

canCreate()

{@inheritDoc}

Parameter Name Type Description
$container
$requestedName

Returns:

canCreateServiceWithName()

{@inheritdoc}

Parameter Name Type Description
$container
$name
$requestedName

Returns:

createServiceWithName()

{@inheritDoc}

Parameter Name Type Description
$container
$name
$requestedName

Returns:

Top