vault / seldaek-monolog / 3.3.0
seldaek-monolog @ 3.3.0
integrity
- size
- 180.7 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Deprecated
FlowdockHandler& Formatter as the flowdock service was shutdown (#1748) - Added
ClosureContextProcessorto allow delaying the creation of context data by setting a Closure in context which is called when the log record is used (#1745) - Added an ElasticsearchHandler option to set the
op_typetocreateinstead of the defaultindex(#1766) - Added support for enum context values in PsrLogMessageProcessor (#1773)
- Added graylog2/gelf-php 2.x support (#1747)
- Improved
BrowserConsoleHandlerlogging to use more appropriate methods than just console.log in the browser (#1739) - Fixed GitProcessor not filtering correctly based on Level (#1749)
- Fixed
WhatFailureGroupHandlernot catching errors happening insideclose()(#1791) - Fixed datetime field in
GoogleCloudLoggingFormatter(#1758) - Fixed infinite loop detection within Fibers (#1753)
- Fixed
AmqpHandler->setExtraAttributesnot working with buffering handler wrappers (#1781)
download
unix · zip
curl -fL -o 3.3.0.zip https://ratatoskr.space/pkg/seldaek-monolog/3.3.0.zip
printf '%s %s\n' '65ee69f2cdcdf2712ac861011cf10ee901d889a4f862f39f9ddf9e545c69e3e5' '3.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.3.0.zip"
$out = "3.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "65ee69f2cdcdf2712ac861011cf10ee901d889a4f862f39f9ddf9e545c69e3e5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.3.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/3.3.0.tar.gz
printf '%s %s\n' 'd00ff75e6d49c3e0bd9221419d0aaa9dc9c161babe76b2ba7598955353ec46be' '3.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.3.0.tar.gz"
$out = "3.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d00ff75e6d49c3e0bd9221419d0aaa9dc9c161babe76b2ba7598955353ec46be") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 3.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.3.0.zip
printf '%s %s\n' '65ee69f2cdcdf2712ac861011cf10ee901d889a4f862f39f9ddf9e545c69e3e5' '3.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.3.0.zip"
$out = "3.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "65ee69f2cdcdf2712ac861011cf10ee901d889a4f862f39f9ddf9e545c69e3e5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.3.0.tar.gz
printf '%s %s\n' 'd00ff75e6d49c3e0bd9221419d0aaa9dc9c161babe76b2ba7598955353ec46be' '3.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.3.0.tar.gz"
$out = "3.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d00ff75e6d49c3e0bd9221419d0aaa9dc9c161babe76b2ba7598955353ec46be") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 3.3.0.zip | zip | 182.6 KiB |
blake3-24 ecca657dd7e35627fedf5508fd5bd299e70b498286260d2a
sha256 65ee69f2cdcdf2712ac861011cf10ee901d889a4f862f39f9ddf9e545c69e3e5
sha1 0f60739cef829c3a8e9efc958170d8382694d3d7
|
| 3.3.0.tar.gz | tar.gz | 101.3 KiB |
blake3-24 99a7bdda8bfa663d2858b68369576ce5fb08ec79db1605cb
sha256 d00ff75e6d49c3e0bd9221419d0aaa9dc9c161babe76b2ba7598955353ec46be
sha1 2a6275d2c3a60a439ddfcc70a13a03aa335c38dd
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/3.3.0.tar.gz"],
integrity = "sha256-0A/3Xm1Jw+C9kiFBnQqqncnBYbq+drK6dZiVU1PsRr4=",
strip_prefix = "seldaek-monolog-3.3.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/3.3.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:3.3.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.3.0.tar.gz"],
integrity = "sha256-0A/3Xm1Jw+C9kiFBnQqqncnBYbq+drK6dZiVU1PsRr4=",
strip_prefix = "seldaek-monolog-3.3.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.3.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:3.3.0