Skip to content

Monolog Factory 3.0.0

Compare
Choose a tag to compare
@nikolaposa nikolaposa released this 30 Nov 12:51
· 12 commits to master since this release

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() to LoggerFactory::create()
  • Reformulate Options into Config
  • Rename options configuration key to params
  • Handler-level processors and formatter must be supplied as distinct configuration keys (out of params)

Removed

  • LoggerFactory::createHandler()
  • LoggerFactory::createProcessor()
  • LoggerFactory::createFormatter()