Skip to content

Releases: WorkOfStan/seablast-logger

Fix formatting with Prettier, remove obsolete code, and enforce stricter type checks.

10 Dec 21:58
5715b7b
Compare
Choose a tag to compare

Added

  • prettier-fix

Changed

  • update Logger.php limited result-exception scope
  • enforce stricter type checks

Removed

  • LoggerTime::getmicrotime() condition addressing PHP<5
  • LoggerTimeTest::testGetmicrotime() testing Seablast\Logger\LoggerTime::getmicrotime as unnecessary

PHPUnit test for class LoggerTime

09 Aug 22:39
568ec33
Compare
Choose a tag to compare
  • style changes PHP/5 to PHP/7

Stable version for PHP/7.1+ || PHP/8.x

27 Jul 21:54
c916f6c
Compare
Choose a tag to compare
  • A PSR-3 compliant logger with adjustable verbosity (based on Backyard\BackyardError).
  • Class configuration is managed by an array where field names are defined as constants to enable IDE hints.
  • Stable version for "php": "^7.1 || ^8.0".

Stable version for PHP/5.3+ || PHP/7.x

27 Jul 15:59
97171d6
Compare
Choose a tag to compare
  • A PSR-3 compliant logger with adjustable verbosity (based on Backyard\BackyardError).
  • Class configuration is managed by an array where field names are defined as constants to enable IDE hints.
  • Stable version for "php": "^5.3 || ^7.0".

Psr\Log\LogLevel constants accepted as $level

23 Jul 20:09
b1683d7
Compare
Choose a tag to compare

Added

  • Class configuration is managed by an array where field names are defined as constants to enable IDE hints.

Fixed

  • argument $level of method log accepts also strings defined in Psr\Log\LogLevel as required by PSR-3

Full Changelog: v0.1...v0.2

A PSR-3 compliant logger with adjustable verbosity

12 Jul 20:33
5b66757
Compare
Choose a tag to compare

A PSR-3 compliant logger with adjustable verbosity.