vault / seldaek-monolog / 1.9.0
seldaek-monolog @ 1.9.0
integrity
- size
- 157.4 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Added LogEntriesHandler to send logs to a LogEntries account
- Added $filePermissions to tweak file mode on StreamHandler and RotatingFileHandler
- Added $useFormatting flag to MemoryProcessor to make it send raw data in bytes
- Added support for table formatting in FirePHPHandler via the table context key
- Added a TagProcessor to add tags to records, and support for tags in RavenHandler
- Added $appendNewline flag to the JsonFormatter to enable using it when logging to files
- Added sound support to the PushoverHandler
- Fixed multi-threading support in StreamHandler
- Fixed empty headers issue when ChromePHPHandler received no records
- Fixed default format of the ErrorLogHandler
download
unix · zip
curl -fL -o 1.9.0.zip https://ratatoskr.space/pkg/seldaek-monolog/1.9.0.zip
printf '%s %s\n' '2bafbef86bac83a14ea0713606b74e17f2eb1dc876fa341006d5f89917ae2a11' '1.9.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.9.0.zip"
$out = "1.9.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2bafbef86bac83a14ea0713606b74e17f2eb1dc876fa341006d5f89917ae2a11") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.9.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.9.0.tar.gz
printf '%s %s\n' '46713bb8c37d50292984c1a0e8df3079f4708de529abcd508dae6ee21e86deef' '1.9.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.9.0.tar.gz"
$out = "1.9.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "46713bb8c37d50292984c1a0e8df3079f4708de529abcd508dae6ee21e86deef") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.9.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.9.0.zip
printf '%s %s\n' '2bafbef86bac83a14ea0713606b74e17f2eb1dc876fa341006d5f89917ae2a11' '1.9.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.9.0.zip"
$out = "1.9.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2bafbef86bac83a14ea0713606b74e17f2eb1dc876fa341006d5f89917ae2a11") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.9.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.9.0.tar.gz
printf '%s %s\n' '46713bb8c37d50292984c1a0e8df3079f4708de529abcd508dae6ee21e86deef' '1.9.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.9.0.tar.gz"
$out = "1.9.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "46713bb8c37d50292984c1a0e8df3079f4708de529abcd508dae6ee21e86deef") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.9.0.zip | zip | 159.6 KiB |
blake3-24 d2d5815c2e857f7d3ad927830d36b5769424df741fa2bd3b
sha256 2bafbef86bac83a14ea0713606b74e17f2eb1dc876fa341006d5f89917ae2a11
sha1 dc9babe6ba49ce4733e3f122d7ffbe5d118e7086
|
| 1.9.0.tar.gz | tar.gz | 73.4 KiB |
blake3-24 5fa42166483e125d6762defdd27338f3da301226f4a34254
sha256 46713bb8c37d50292984c1a0e8df3079f4708de529abcd508dae6ee21e86deef
sha1 4fc5fb87b66783f22acf8c067dd80445d5841afb
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.9.0.tar.gz"],
integrity = "sha256-RnE7uMN9UCkphMGg6N8wefRwjeUpq81Qja5u4h6G3u8=",
strip_prefix = "seldaek-monolog-1.9.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.9.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.9.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.9.0.tar.gz"],
integrity = "sha256-RnE7uMN9UCkphMGg6N8wefRwjeUpq81Qja5u4h6G3u8=",
strip_prefix = "seldaek-monolog-1.9.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.9.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.9.0