Skip to content

Releases: phlib/logger

5.0.0

01 Feb 08:01
d38ba1d

Choose a tag to compare

  • Drop support for PHP version <= v8.0 as they are no longer actively supported by the PHP project.

See Change Log for full details.

4.1.1

16 Oct 16:11
94dcf90

Choose a tag to compare

  • Allow Symfony v6 dependencies

See Change Log for full details.

4.1.0

21 Aug 06:32

Choose a tag to compare

  • Add support for psr/log v2 and v3.

See Change Log for full details.

4.0.0

31 May 07:24

Choose a tag to compare

  • Add support for PHP 8.0.
  • Removed support for PHP versions <= 7.2 as they are no longer actively supported by the PHP project.
  • Add type declarations.

See Change Log for full details.

3.0.2

10 Dec 12:24
3.0.2
ec76801

Choose a tag to compare

Add support for Symfony\Console v5

See Change Log for full details.

3.0.1

13 Feb 11:18

Choose a tag to compare

Add support for Symfony\Console v4

See CHANGELOG for full details.

Add Decorators

27 Oct 16:13

Choose a tag to compare

Allow custom decorators to be registered on the Factory.
Add a new DefaultContext decorator.

See change log for full details.

Add Psr\Log provider

27 Oct 11:49

Choose a tag to compare

Mark project as Psr\Log provider.

See Change log for details

Add CliColor logger

29 Apr 15:24

Choose a tag to compare

  • Add new CliColor logger which can be manually constructed to add coloured log output to your CLI scripts' verbose mode.
  • Officially support php70

Allow additional handlers

21 Mar 14:49

Choose a tag to compare

Merge pull request #6 from phlib/feature/allow-additional-handlers

Feature/allow additional handlers