Skip to content

Latest commit

 

History

History
92 lines (48 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

92 lines (48 loc) · 1.17 KB

Version 2.0.0

Bugfixes

  • None

Features

  • Add add*() methods to Logger to improve compatiblity with monolog/monolog

Version 1.0.1

Bugfixes

  • None

Features

  • Replace uniqid() with mt_rand() method to improve performance

Version 1.0.0

Bugfixes

  • None

Features

  • Switched to stable dependencies due to version 1.0.0 release

Version 0.1.5

Bugfixes

  • None

Features

  • Applied new file name and comments conventions

Version 0.1.4

Bugfixes

  • Remove of invalid additional json_encode() function call of in JsonFormatter

Features

  • None

Version 0.1.3

Bugfixes

  • None

Features

  • Add interface ThreadSafeLoggerInterface and static Logger::$threadContext variable containing thread context
  • Add ThreadContextProcessor to add thread context as attribute name to message context

Version 0.1.2

Bugfixes

  • None

Features

  • Add RotatedFileHandler functionality
  • Add Processor functionality, LogstashHandler and JsonFormatter

Version 0.1.1

Bugfixes

  • None

Features

  • Add ConsoleLogger implemenation
  • Add FormatterInterface and StandardFormatter implemenations

Version 0.1.0

Bugfixes

  • None

Features

  • None