vault / seldaek-monolog / 1.12.0
seldaek-monolog @ 1.12.0
integrity
- size
- 180.7 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Break: HandlerInterface::isHandling now receives a partial record containing only a level key. This was always the intent and does not break any Monolog handler but is strictly speaking a BC break and you should check if you relied on any other field in your own handlers.
- Added PsrHandler to forward records to another PSR-3 logger
- Added SamplingHandler to wrap around a handler and include only every Nth record
- Added MongoDBFormatter to support better storage with MongoDBHandler (it must be enabled manually for now)
- Added exception codes in the output of most formatters
- Added LineFormatter::includeStacktraces to enable exception stack traces in logs (uses more than one line)
- Added $useShortAttachment to SlackHandler to minify attachment size and $includeExtra to append extra data
- Added $host to HipChatHandler for users of private instances
- Added $transactionName to NewRelicHandler and support for a transaction_name context value
- Fixed MandrillHandler to avoid outputing API call responses
- Fixed some non-standard behaviors in SyslogUdpHandler
download
unix · zip
curl -fL -o 1.12.0.zip https://ratatoskr.space/pkg/seldaek-monolog/1.12.0.zip
printf '%s %s\n' '0d522573c30cca4bbaa49e4bef817f51edcda1030438917b07c48b63877ef4c7' '1.12.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.12.0.zip"
$out = "1.12.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0d522573c30cca4bbaa49e4bef817f51edcda1030438917b07c48b63877ef4c7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.12.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.12.0.tar.gz
printf '%s %s\n' '60e3e4d3371450092b95626e94cf22bb697faa71649cb6d60b9b98d7f936a068' '1.12.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.12.0.tar.gz"
$out = "1.12.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "60e3e4d3371450092b95626e94cf22bb697faa71649cb6d60b9b98d7f936a068") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.12.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.12.0.zip
printf '%s %s\n' '0d522573c30cca4bbaa49e4bef817f51edcda1030438917b07c48b63877ef4c7' '1.12.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.12.0.zip"
$out = "1.12.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0d522573c30cca4bbaa49e4bef817f51edcda1030438917b07c48b63877ef4c7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.12.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.12.0.tar.gz
printf '%s %s\n' '60e3e4d3371450092b95626e94cf22bb697faa71649cb6d60b9b98d7f936a068' '1.12.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.12.0.tar.gz"
$out = "1.12.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "60e3e4d3371450092b95626e94cf22bb697faa71649cb6d60b9b98d7f936a068") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.12.0.zip | zip | 183.4 KiB |
blake3-24 cca8d031a85c717c7bc5bdef11a5647735fc946a724000bd
sha256 0d522573c30cca4bbaa49e4bef817f51edcda1030438917b07c48b63877ef4c7
sha1 4eb77d47646143a6dd1340737cc9d2c551415253
|
| 1.12.0.tar.gz | tar.gz | 86.1 KiB |
blake3-24 958c5b3c31a58d778c92843184d4de25798e444d9616c6d4
sha256 60e3e4d3371450092b95626e94cf22bb697faa71649cb6d60b9b98d7f936a068
sha1 92b485329c0d7a76b9c4bf251433deccaa31f477
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.12.0.tar.gz"],
integrity = "sha256-YOPk0zcUUAkrlWJulM8iu2l/qnFknLbWC5uY1/k2oGg=",
strip_prefix = "seldaek-monolog-1.12.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.12.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.12.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.12.0.tar.gz"],
integrity = "sha256-YOPk0zcUUAkrlWJulM8iu2l/qnFknLbWC5uY1/k2oGg=",
strip_prefix = "seldaek-monolog-1.12.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.12.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.12.0