vault / seldaek-monolog / 3.5.0
seldaek-monolog @ 3.5.0
integrity
- size
- 883.7 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Added ability to indent stack traces in LineFormatter via e.g.
indentStacktraces(' ')(#1835) - Added ability to configure a max level name length in LineFormatter via e.g.
setMaxLevelNameLength(3)(#1850) - Added support for indexed arrays (i.e.
[]and not{}arrays once json serialized) containing inline linebreaks in LineFormatter (#1818) - Added
WithMonologChannelattribute for integrators to use to configure autowiring (#1847) - Fixed log record
extradata leaking between handlers that have handler-specific processors set (#1819) - Fixed LogglyHandler issue with record level filtering (#1841)
- Fixed display_errors parsing in ErrorHandler which did not support string values (#1804)
- Fixed bug where the previous error handler would not be restored in some cases where StreamHandler fails (#1815)
- Fixed normalization error when normalizing incomplete classes (#1833)
Full Changelog: https://github.com/Seldaek/monolog/compare/3.4.0...3.5.0
download
unix · zip
curl -fL -o 3.5.0.zip https://ratatoskr.space/pkg/seldaek-monolog/3.5.0.zip
printf '%s %s\n' 'f641b6884ab79639c00d0b00c3a1dff2cc14c2838b1362ccf87b1de722773f28' '3.5.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.5.0.zip"
$out = "3.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f641b6884ab79639c00d0b00c3a1dff2cc14c2838b1362ccf87b1de722773f28") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.5.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/3.5.0.tar.gz
printf '%s %s\n' '0c1cf4442f755d7ff7ff03ea46d1a079b70c5c6e6a390733834153ef484ef4ca' '3.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.5.0.tar.gz"
$out = "3.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c1cf4442f755d7ff7ff03ea46d1a079b70c5c6e6a390733834153ef484ef4ca") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 3.5.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.5.0.zip
printf '%s %s\n' 'f641b6884ab79639c00d0b00c3a1dff2cc14c2838b1362ccf87b1de722773f28' '3.5.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.5.0.zip"
$out = "3.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f641b6884ab79639c00d0b00c3a1dff2cc14c2838b1362ccf87b1de722773f28") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.5.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.5.0.tar.gz
printf '%s %s\n' '0c1cf4442f755d7ff7ff03ea46d1a079b70c5c6e6a390733834153ef484ef4ca' '3.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.5.0.tar.gz"
$out = "3.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c1cf4442f755d7ff7ff03ea46d1a079b70c5c6e6a390733834153ef484ef4ca") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 3.5.0.zip | zip | 886.0 KiB |
blake3-24 018a60d813cfe269bda5bebf0b7d3f72ea5bf9eae57cc196
sha256 f641b6884ab79639c00d0b00c3a1dff2cc14c2838b1362ccf87b1de722773f28
sha1 fdb17a6b66f0e48105b82a114e5f0985b0c7fc55
|
| 3.5.0.tar.gz | tar.gz | 805.5 KiB |
blake3-24 24643ef3966ab73904bde5245be951080575cf342717f96a
sha256 0c1cf4442f755d7ff7ff03ea46d1a079b70c5c6e6a390733834153ef484ef4ca
sha1 d97ce1579382a7c7f5d164fe95af369dd5da1089
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/3.5.0.tar.gz"],
integrity = "sha256-DBz0RC91XX/3/wPqRtGgebcMXG5qOQczg0FT70hO9Mo=",
strip_prefix = "seldaek-monolog-3.5.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/3.5.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:3.5.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.5.0.tar.gz"],
integrity = "sha256-DBz0RC91XX/3/wPqRtGgebcMXG5qOQczg0FT70hO9Mo=",
strip_prefix = "seldaek-monolog-3.5.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.5.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:3.5.0