Releases: WorkOfStan/seablast-logger
Releases · WorkOfStan/seablast-logger
Fix formatting with Prettier, remove obsolete code, and enforce stricter type checks.
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
- style changes PHP/5 to PHP/7
Stable version for PHP/7.1+ || PHP/8.x
- 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
- 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
Added
- Class configuration is managed by an array where field names are defined as constants to enable IDE hints.
Fixed
- argument
$level
of methodlog
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
A PSR-3 compliant logger with adjustable verbosity.