vault / seldaek-monolog / 1.22.0
seldaek-monolog @ 1.22.0
integrity
- size
- 228.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Added SlackbotHandler and SlackWebhookHandler to set up Slack integration more easily
- Added MercurialProcessor to add mercurial revision and branch names to log records
- Added support for AWS SDK v3 in DynamoDbHandler
- Fixed fatal errors occuring when normalizing generators that have been fully consumed
- Fixed RollbarHandler to include a level (rollbar level), monolog_level (original name), channel and datetime (unix)
- Fixed RollbarHandler not flushing records automatically, calling close() explicitly is not necessary anymore
- Fixed SyslogUdpHandler to avoid sending empty frames
- Fixed a few PHP 7.0 and 7.1 compatibility issues
download
unix · zip
curl -fL -o 1.22.0.zip https://ratatoskr.space/pkg/seldaek-monolog/1.22.0.zip
printf '%s %s\n' '04d7d8e3324e8da56da48145a6301e35a5e3abaa92e8ddc6cd09e5cd4860ac2a' '1.22.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.22.0.zip"
$out = "1.22.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04d7d8e3324e8da56da48145a6301e35a5e3abaa92e8ddc6cd09e5cd4860ac2a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.22.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.22.0.tar.gz
printf '%s %s\n' 'e7bdfa0513d574af224734280610ebeeec0bef93d21453a4e362fc21d3005bb7' '1.22.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.22.0.tar.gz"
$out = "1.22.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e7bdfa0513d574af224734280610ebeeec0bef93d21453a4e362fc21d3005bb7") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.22.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.0.zip
printf '%s %s\n' '04d7d8e3324e8da56da48145a6301e35a5e3abaa92e8ddc6cd09e5cd4860ac2a' '1.22.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.0.zip"
$out = "1.22.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04d7d8e3324e8da56da48145a6301e35a5e3abaa92e8ddc6cd09e5cd4860ac2a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.22.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.0.tar.gz
printf '%s %s\n' 'e7bdfa0513d574af224734280610ebeeec0bef93d21453a4e362fc21d3005bb7' '1.22.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.0.tar.gz"
$out = "1.22.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e7bdfa0513d574af224734280610ebeeec0bef93d21453a4e362fc21d3005bb7") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.22.0.zip | zip | 232.2 KiB |
blake3-24 1e4a63a2542cce6ac65592113c485a6bcf5a8c8cf3c277f7
sha256 04d7d8e3324e8da56da48145a6301e35a5e3abaa92e8ddc6cd09e5cd4860ac2a
sha1 3805ff157832dfd40d8f383c7fdad087ca720d55
|
| 1.22.0.tar.gz | tar.gz | 119.6 KiB |
blake3-24 9f84a7a9d69a6fdaddd0833466408ceeab293e66b3997f3e
sha256 e7bdfa0513d574af224734280610ebeeec0bef93d21453a4e362fc21d3005bb7
sha1 23156d580a1e636beed951c733843be59d50eb82
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.22.0.tar.gz"],
integrity = "sha256-5736BRPVdK8iRzQoBhDr7uwL75PSFFOk42L8IdMAW7c=",
strip_prefix = "seldaek-monolog-1.22.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.22.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.22.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.0.tar.gz"],
integrity = "sha256-5736BRPVdK8iRzQoBhDr7uwL75PSFFOk42L8IdMAW7c=",
strip_prefix = "seldaek-monolog-1.22.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.22.0