vault / seldaek-monolog / 3.6.0
seldaek-monolog @ 3.6.0
integrity
- size
- 185.0 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Added
LineFormatter->setBasePath(...)that allows removing the project's path from the stack trace output (#1873) - Added
$includeExtraoption inPsrHandlerto also use extra data to replace placeholder values in the message (#1852) - Added ability to customize what is a duplicated message by extending the
DeduplicationHandler(#1879) - Added handling for using
GelfMessageFormattertogether with theAmqpHandler(#1869) - Added ability to extend
GoogleCloudLoggingFormatter(#1859) - Fixed
__toStringfailures in context data crashing the normalization process (#1868) - Fixed PHP 8.4 deprecation warnings (#1874)
Full Changelog: https://github.com/Seldaek/monolog/compare/3.5.0...3.6.0
download
unix · zip
curl -fL -o 3.6.0.zip https://ratatoskr.space/pkg/seldaek-monolog/3.6.0.zip
printf '%s %s\n' '2d9d28a29eaa927b2cb4bda4c532d8dc6ac6e38ff6c7b35bd51f3301ee8e2506' '3.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.6.0.zip"
$out = "3.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d9d28a29eaa927b2cb4bda4c532d8dc6ac6e38ff6c7b35bd51f3301ee8e2506") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.6.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/3.6.0.tar.gz
printf '%s %s\n' '4cd1adf57225d6aeea587feaa43f6c7c667eb9491027b645ff9ab7196b0820fb' '3.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.6.0.tar.gz"
$out = "3.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4cd1adf57225d6aeea587feaa43f6c7c667eb9491027b645ff9ab7196b0820fb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 3.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.6.0.zip
printf '%s %s\n' '2d9d28a29eaa927b2cb4bda4c532d8dc6ac6e38ff6c7b35bd51f3301ee8e2506' '3.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.6.0.zip"
$out = "3.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d9d28a29eaa927b2cb4bda4c532d8dc6ac6e38ff6c7b35bd51f3301ee8e2506") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.6.0.tar.gz
printf '%s %s\n' '4cd1adf57225d6aeea587feaa43f6c7c667eb9491027b645ff9ab7196b0820fb' '3.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.6.0.tar.gz"
$out = "3.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4cd1adf57225d6aeea587feaa43f6c7c667eb9491027b645ff9ab7196b0820fb") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 3.6.0.zip | zip | 186.9 KiB |
blake3-24 f6333474503b5769e57cea7f8584db38f8357236ad5b9d32
sha256 2d9d28a29eaa927b2cb4bda4c532d8dc6ac6e38ff6c7b35bd51f3301ee8e2506
sha1 bd56a0a5fd72fa8de04addcace8996d1fbde2819
|
| 3.6.0.tar.gz | tar.gz | 104.3 KiB |
blake3-24 c2167e1ba533bb59f5743839addf5c368a7602575b1b39a2
sha256 4cd1adf57225d6aeea587feaa43f6c7c667eb9491027b645ff9ab7196b0820fb
sha1 7a0be3bdf63644eb898d3cc12f82db366b5e2551
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/3.6.0.tar.gz"],
integrity = "sha256-TNGt9XIl1q7qWH/qpD9sfGZ+uUkQJ7ZF/5q3GWsIIPs=",
strip_prefix = "seldaek-monolog-3.6.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/3.6.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:3.6.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.6.0.tar.gz"],
integrity = "sha256-TNGt9XIl1q7qWH/qpD9sfGZ+uUkQJ7ZF/5q3GWsIIPs=",
strip_prefix = "seldaek-monolog-3.6.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.6.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:3.6.0