LoggerChannelFactoryInterface
interface LoggerChannelFactoryInterface (View source)
Logger channel factory interface.
Methods
get($channel)
Retrieves the registered logger for the requested channel.
addLogger(LoggerInterface $logger, int $priority = 0)
Adds a logger to all the channels.
Details
LoggerChannelInterface
get($channel)
Retrieves the registered logger for the requested channel.
addLogger(LoggerInterface $logger, int $priority = 0)
Adds a logger to all the channels.