vault / seldaek-monolog / 2.8.0
seldaek-monolog @ 2.8.0
integrity
- size
- 178.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Deprecated
CubeHandlerandPHPConsoleHandleras both projects are abandoned and those should not be used anymore (#1734) - Added RFC 5424 level (
7to0) support toLogger::logandLogger::addRecordto increase interoperability (#1723) - Added support for
__toStringfor objects which are not json serializable inJsonFormatter(#1733) - Added
GoogleCloudLoggingFormatter(#1719) - Added support for Predis 2.x (#1732)
- Added
AmqpHandler->setExtraAttributesto allow configuring attributes when using an AMQPExchange (#1724) - Fixed serialization/unserialization of handlers to make sure private properties are included (#1727)
- Fixed allowInlineLineBreaks in LineFormatter causing issues with windows paths containing
\nor\rsequences (#1720) - Fixed max normalization depth not being taken into account when formatting exceptions with a deep chain of previous exceptions (#1726)
- Fixed PHP 8.2 deprecation warnings (#1722)
- Fixed rare race condition or filesystem issue where StreamHandler is unable to create the directory the log should go into yet it exists already (#1678)
download
unix · zip
curl -fL -o 2.8.0.zip https://ratatoskr.space/pkg/seldaek-monolog/2.8.0.zip
printf '%s %s\n' '4a3b91ae0de324eed57043682f60efa8ef6bc0d5d672a85d47a300c8ce487fe4' '2.8.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.8.0.zip"
$out = "2.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4a3b91ae0de324eed57043682f60efa8ef6bc0d5d672a85d47a300c8ce487fe4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.8.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/2.8.0.tar.gz
printf '%s %s\n' 'f99a17c1ddd66288d9fded009f26dcde851f708083f2cb69e97f590e67bdfbd5' '2.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.8.0.tar.gz"
$out = "2.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f99a17c1ddd66288d9fded009f26dcde851f708083f2cb69e97f590e67bdfbd5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.8.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.8.0.zip
printf '%s %s\n' '4a3b91ae0de324eed57043682f60efa8ef6bc0d5d672a85d47a300c8ce487fe4' '2.8.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.8.0.zip"
$out = "2.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4a3b91ae0de324eed57043682f60efa8ef6bc0d5d672a85d47a300c8ce487fe4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.8.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.8.0.tar.gz
printf '%s %s\n' 'f99a17c1ddd66288d9fded009f26dcde851f708083f2cb69e97f590e67bdfbd5' '2.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.8.0.tar.gz"
$out = "2.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f99a17c1ddd66288d9fded009f26dcde851f708083f2cb69e97f590e67bdfbd5") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.8.0.zip | zip | 180.3 KiB |
blake3-24 5e49fa3cfd1f16fc79f46a591c307e001557eaede62fc807
sha256 4a3b91ae0de324eed57043682f60efa8ef6bc0d5d672a85d47a300c8ce487fe4
sha1 4b50200f1f648087d8c131d77ad838417a10f88e
|
| 2.8.0.tar.gz | tar.gz | 99.1 KiB |
blake3-24 b15b164524a874d36a0aa2767eca39aa851e819aa808d9e2
sha256 f99a17c1ddd66288d9fded009f26dcde851f708083f2cb69e97f590e67bdfbd5
sha1 10d7ffbaee6cd02efbde8a5cdbe5140eb6c22cf1
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/2.8.0.tar.gz"],
integrity = "sha256-+ZoXwd3WYojZ/e0Anybc3oUfcICD8stp6X9ZDme9+9U=",
strip_prefix = "seldaek-monolog-2.8.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/2.8.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:2.8.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.8.0.tar.gz"],
integrity = "sha256-+ZoXwd3WYojZ/e0Anybc3oUfcICD8stp6X9ZDme9+9U=",
strip_prefix = "seldaek-monolog-2.8.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.8.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:2.8.0