vault / seldaek-monolog / 1.11.0
seldaek-monolog @ 1.11.0
integrity
- size
- 172.7 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Break: The NewRelicHandler extra and context data are now prefixed with extra_ and context_ to avoid clashes. Watch out if you have scripts reading those from the API and rely on names
- Added WhatFailureGroupHandler to suppress any exception coming from the wrapped handlers and avoid chain failures if a logging service fails
- Added MandrillHandler to send emails via the Mandrillapp.com API
- Added SlackHandler to log records to a Slack.com account
- Added FleepHookHandler to log records to a Fleep.io account
- Added LogglyHandler::addTag to allow adding tags to an existing handler
- Added $ignoreEmptyContextAndExtra to LineFormatter to avoid empty [] at the end
- Added $useLocking to StreamHandler and RotatingFileHandler to enable flock() while writing
- Added support for PhpAmqpLib in the AmqpHandler
- Added FingersCrossedHandler::clear and BufferHandler::clear to reset them between batches in long running jobs
- Added support for adding extra fields from $_SERVER in the WebProcessor
- Fixed support for non-string values in PrsLogMessageProcessor
- Fixed SwiftMailer messages being sent with the wrong date in long running scripts
- Fixed minor PHP 5.6 compatibility issues
- Fixed BufferHandler::close being called twice
download
unix · zip
curl -fL -o 1.11.0.zip https://ratatoskr.space/pkg/seldaek-monolog/1.11.0.zip
printf '%s %s\n' '4c8eecb1e3a7cac9e5b14f59e9fa8d8fde52cf6fe42d74132b76a0a0d025d2bc' '1.11.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.11.0.zip"
$out = "1.11.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4c8eecb1e3a7cac9e5b14f59e9fa8d8fde52cf6fe42d74132b76a0a0d025d2bc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.11.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.11.0.tar.gz
printf '%s %s\n' '7f81880d23d294973d17f21644c642e83c400cf98ae4ded2a859d41360ecea19' '1.11.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.11.0.tar.gz"
$out = "1.11.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7f81880d23d294973d17f21644c642e83c400cf98ae4ded2a859d41360ecea19") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.11.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.11.0.zip
printf '%s %s\n' '4c8eecb1e3a7cac9e5b14f59e9fa8d8fde52cf6fe42d74132b76a0a0d025d2bc' '1.11.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.11.0.zip"
$out = "1.11.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4c8eecb1e3a7cac9e5b14f59e9fa8d8fde52cf6fe42d74132b76a0a0d025d2bc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.11.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.11.0.tar.gz
printf '%s %s\n' '7f81880d23d294973d17f21644c642e83c400cf98ae4ded2a859d41360ecea19' '1.11.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.11.0.tar.gz"
$out = "1.11.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7f81880d23d294973d17f21644c642e83c400cf98ae4ded2a859d41360ecea19") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.11.0.zip | zip | 175.2 KiB |
blake3-24 2a77fd09ce0d1b49ecc6868c3a81409249a6ef1dec6e2744
sha256 4c8eecb1e3a7cac9e5b14f59e9fa8d8fde52cf6fe42d74132b76a0a0d025d2bc
sha1 e5a2153fdc4d005fe5f4cd4cc57b6d22ac1cfb65
|
| 1.11.0.tar.gz | tar.gz | 80.9 KiB |
blake3-24 ddf00e05cccc062aa1c4fa8a56620c0059eb9c9bfce80576
sha256 7f81880d23d294973d17f21644c642e83c400cf98ae4ded2a859d41360ecea19
sha1 755ee4a7038e5515d045a057cc54ac21cffdcd1c
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.11.0.tar.gz"],
integrity = "sha256-f4GIDSPSlJc9F/IWRMZC6DxADPmK5N7SqFnUE2Ds6hk=",
strip_prefix = "seldaek-monolog-1.11.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.11.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.11.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.11.0.tar.gz"],
integrity = "sha256-f4GIDSPSlJc9F/IWRMZC6DxADPmK5N7SqFnUE2Ds6hk=",
strip_prefix = "seldaek-monolog-1.11.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.11.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.11.0