Since: 4.0.0

class Logger implements ServiceProviderInterface

Service provider for the application's PSR-3 logger dependency

Methods

void
register(Container $container)

Registers the service provider with a DI container.

Details

void register(Container $container)

Since: 4.0.0

Registers the service provider with a DI container.

Parameters

Container $container

The DI container.

Return Value

void