class LoggerFactory (View source)

Properties

protected EventDispatcher $dispatcher
protected ConfigurationFactory $configurationFactory
protected ConfigurationInterface $config
protected Application $app

Methods

__construct(ConfigurationFactory $configurationFactory, EventDispatcher $dispatcher, Application $app)

No description

LoggerInterface
createLogger(string $channel)

Create a new logger instance.

Details

__construct(ConfigurationFactory $configurationFactory, EventDispatcher $dispatcher, Application $app)

No description

Parameters

ConfigurationFactory $configurationFactory
EventDispatcher $dispatcher
Application $app

ConfigurationInterface getConfiguration()

No description

Return Value

ConfigurationInterface

LoggerInterface createLogger(string $channel)

Create a new logger instance.

Parameters

string $channel

Return Value

LoggerInterface