Releases: nikolaposa/monolog-factory
Releases · nikolaposa/monolog-factory
Monolog Factory 3.1.1
Fixed
- Added support for PSR/Container 2.0 to fix failing Composer installation: #10
Monolog Factory 3.1.0
Added
Changed
Monolog Factory 3.0.0
Added
- Support for Monolog v2
- Support for configuring Logger timezone
Changed
- PHP 7.2 is now the minimum required version
- Monolog 2.0 is now the minimum required version
- Use PSR-11 instead of ContainerInterop
- Rename
LoggerFactory::createLogger()
toLoggerFactory::create()
- Reformulate Options into Config
- Rename
options
configuration key toparams
- Handler-level
processors
andformatter
must be supplied as distinct configuration keys (out ofparams
)
Removed
LoggerFactory::createHandler()
LoggerFactory::createProcessor()
LoggerFactory::createFormatter()
Monolog Factory 2.0.2
Monolog Factory 2.0.1
Monolog Factory 2.0.0
Added
AbstractDiContainerLoggerFactory
to allow for having a custom logger config resolution strategy.- Possibility for defining per-handler processors.
Changed
- Rename
ContainerInteropLoggerFactory
toDiContainerLoggerFactory
.
Monolog Factory 1.0.0
Changed
- Improved error handling in ContainerInteropLoggerFactory.
Fixed
- Proper ordering of handlers and processors.
ContainerInteropLoggerFactory
resolves logger configuration from eitherConfig
andconfig
container entries.
Monolog Factory 0.1.0
Initial pre-release.