vault / seldaek-monolog / 1.21.0
seldaek-monolog @ 1.21.0
integrity
- size
- 217.8 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Break: Reverted the addition of $context when the ErrorHandler handles regular php errors from 1.20.0 as it was causing issues
- Added support for more formats in RotatingFileHandler::setFilenameFormat as long as they have Y, m and d in order
- Added ability to format the main line of text the SlackHandler sends by explictly setting a formatter on the handler
- Added information about SoapFault instances in NormalizerFormatter
- Added $handleOnlyReportedErrors option on ErrorHandler::registerErrorHandler (default true) to allow logging of all errors no matter the error_reporting level
download
unix · zip
curl -fL -o 1.21.0.zip https://ratatoskr.space/pkg/seldaek-monolog/1.21.0.zip
printf '%s %s\n' '8d14504cbf6dabee4b684a79defa6e53fe4ff5643c50d13704fac02ac131763e' '1.21.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.21.0.zip"
$out = "1.21.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8d14504cbf6dabee4b684a79defa6e53fe4ff5643c50d13704fac02ac131763e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.21.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.21.0.tar.gz
printf '%s %s\n' 'e0ff43e722b4c06a726089972c37cae8ce61be14778b2b730fe7e832e64fdbd9' '1.21.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.21.0.tar.gz"
$out = "1.21.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e0ff43e722b4c06a726089972c37cae8ce61be14778b2b730fe7e832e64fdbd9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.21.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.21.0.zip
printf '%s %s\n' '8d14504cbf6dabee4b684a79defa6e53fe4ff5643c50d13704fac02ac131763e' '1.21.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.21.0.zip"
$out = "1.21.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8d14504cbf6dabee4b684a79defa6e53fe4ff5643c50d13704fac02ac131763e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.21.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.21.0.tar.gz
printf '%s %s\n' 'e0ff43e722b4c06a726089972c37cae8ce61be14778b2b730fe7e832e64fdbd9' '1.21.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.21.0.tar.gz"
$out = "1.21.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e0ff43e722b4c06a726089972c37cae8ce61be14778b2b730fe7e832e64fdbd9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.21.0.zip | zip | 221.2 KiB |
blake3-24 ff957a01fb7876158a0cfaa37eac779265d1ccd41f54f117
sha256 8d14504cbf6dabee4b684a79defa6e53fe4ff5643c50d13704fac02ac131763e
sha1 a48ad7b5e70afe401c62a0bcaf598cf826ff632c
|
| 1.21.0.tar.gz | tar.gz | 114.0 KiB |
blake3-24 6e4ec4da406e6f39ee4a849cac05500b725b22cebcdd5f29
sha256 e0ff43e722b4c06a726089972c37cae8ce61be14778b2b730fe7e832e64fdbd9
sha1 fa64f9d08927b0871727669a070589ef5f01d72c
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.21.0.tar.gz"],
integrity = "sha256-4P9D5yK0wGpyYImXLDfK6M5hvhR3iytzD+foMuZP29k=",
strip_prefix = "seldaek-monolog-1.21.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.21.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.21.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.21.0.tar.gz"],
integrity = "sha256-4P9D5yK0wGpyYImXLDfK6M5hvhR3iytzD+foMuZP29k=",
strip_prefix = "seldaek-monolog-1.21.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.21.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.21.0