vault / seldaek-monolog / 3.2.0
seldaek-monolog @ 3.2.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) - Marked
Logger@finalas it should not be extended, prefer composition or talk to us if you are missing something - Added RFC 5424 level (
7to0) support toLogger::logandLogger::addRecordto increase interoperability (#1723) - Added
SyslogFormatterto output syslog-like files which can be consumed by tools like lnav (#1689) - 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 3.2.0.zip https://ratatoskr.space/pkg/seldaek-monolog/3.2.0.zip
printf '%s %s\n' '90f1a7ceba9e098ab3602154c6a03ce7f452430a89320f1b915aca096d1624d1' '3.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.2.0.zip"
$out = "3.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "90f1a7ceba9e098ab3602154c6a03ce7f452430a89320f1b915aca096d1624d1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.2.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/3.2.0.tar.gz
printf '%s %s\n' '167a5d2478ebb9069b6f7c8bb4d04365e040be03ba3cba9fcd0d3336764cb267' '3.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.2.0.tar.gz"
$out = "3.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "167a5d2478ebb9069b6f7c8bb4d04365e040be03ba3cba9fcd0d3336764cb267") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 3.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.2.0.zip
printf '%s %s\n' '90f1a7ceba9e098ab3602154c6a03ce7f452430a89320f1b915aca096d1624d1' '3.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.2.0.zip"
$out = "3.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "90f1a7ceba9e098ab3602154c6a03ce7f452430a89320f1b915aca096d1624d1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.2.0.tar.gz
printf '%s %s\n' '167a5d2478ebb9069b6f7c8bb4d04365e040be03ba3cba9fcd0d3336764cb267' '3.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.2.0.tar.gz"
$out = "3.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "167a5d2478ebb9069b6f7c8bb4d04365e040be03ba3cba9fcd0d3336764cb267") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 3.2.0.zip | zip | 180.3 KiB |
blake3-24 457c469fe7f05b9b8e9bf879f0d05d1130b8df732f79664f
sha256 90f1a7ceba9e098ab3602154c6a03ce7f452430a89320f1b915aca096d1624d1
sha1 730c699d6edf6601267986283a6d083a66c72346
|
| 3.2.0.tar.gz | tar.gz | 99.9 KiB |
blake3-24 47482348f05252fa56e7d184966cf20fedb6976dcaf5448d
sha256 167a5d2478ebb9069b6f7c8bb4d04365e040be03ba3cba9fcd0d3336764cb267
sha1 a727b6d96199ad2a65a08adb98c75f95a50dc371
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/3.2.0.tar.gz"],
integrity = "sha256-FnpdJHjruQabb3yLtNBDZeBAvgO6PLqfzQ0zNnZMsmc=",
strip_prefix = "seldaek-monolog-3.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/3.2.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:3.2.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.2.0.tar.gz"],
integrity = "sha256-FnpdJHjruQabb3yLtNBDZeBAvgO6PLqfzQ0zNnZMsmc=",
strip_prefix = "seldaek-monolog-3.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.2.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:3.2.0