vault / seldaek-monolog / 2.7.0
seldaek-monolog @ 2.7.0
integrity
- size
- 176.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Added
$datetimeparameter toLogger::addRecordas low level API to allow logging into the past or future (#1682) - Added
Logger::useLoggingLoopDetectionto allow disabling cyclic logging detection in concurrent frameworks (#1681) - Fixed handling of fatal errors if callPrevious is disabled in ErrorHandler (#1670)
- Marked the reusable
Monolog\Test\TestCaseclass as@internalto make sure PHPStorm does not show it above PHPUnit, you may still use it to test your own handlers/etc though (#1677) - Fixed RotatingFileHandler issue when the date format contained slashes (#1671)
download
unix · zip
curl -fL -o 2.7.0.zip https://ratatoskr.space/pkg/seldaek-monolog/2.7.0.zip
printf '%s %s\n' 'acf3439cbaf3160be6114c603cf5334e9c75314d07aad214deb7aed301f7b198' '2.7.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.7.0.zip"
$out = "2.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "acf3439cbaf3160be6114c603cf5334e9c75314d07aad214deb7aed301f7b198") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.7.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/2.7.0.tar.gz
printf '%s %s\n' '9d9777685eced3d65c181859b598679ce96b6f74a84a50d60057ae6d046c7145' '2.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.7.0.tar.gz"
$out = "2.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9d9777685eced3d65c181859b598679ce96b6f74a84a50d60057ae6d046c7145") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.7.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.7.0.zip
printf '%s %s\n' 'acf3439cbaf3160be6114c603cf5334e9c75314d07aad214deb7aed301f7b198' '2.7.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.7.0.zip"
$out = "2.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "acf3439cbaf3160be6114c603cf5334e9c75314d07aad214deb7aed301f7b198") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.7.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.7.0.tar.gz
printf '%s %s\n' '9d9777685eced3d65c181859b598679ce96b6f74a84a50d60057ae6d046c7145' '2.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.7.0.tar.gz"
$out = "2.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9d9777685eced3d65c181859b598679ce96b6f74a84a50d60057ae6d046c7145") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.7.0.zip | zip | 178.2 KiB |
blake3-24 500fc3195f65024fe3fdc8c98a40f4ddc39ff1980113a8b1
sha256 acf3439cbaf3160be6114c603cf5334e9c75314d07aad214deb7aed301f7b198
sha1 4fec0e0f0ebbab40f9d151591bd34186de2a719c
|
| 2.7.0.tar.gz | tar.gz | 97.7 KiB |
blake3-24 d861ac5c50603073ba4199c12e2b6d52e6e9af7bb19a4654
sha256 9d9777685eced3d65c181859b598679ce96b6f74a84a50d60057ae6d046c7145
sha1 d0a9f8ee892fc945921cfcc5197f2725cef7abf8
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/2.7.0.tar.gz"],
integrity = "sha256-nZd3aF7O09ZcGBhZtZhnnOlrb3SoSlDWAFeubQRscUU=",
strip_prefix = "seldaek-monolog-2.7.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/2.7.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:2.7.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.7.0.tar.gz"],
integrity = "sha256-nZd3aF7O09ZcGBhZtZhnnOlrb3SoSlDWAFeubQRscUU=",
strip_prefix = "seldaek-monolog-2.7.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.7.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:2.7.0