vault / seldaek-monolog / 1.8.0
seldaek-monolog @ 1.8.0
integrity
- size
- 152.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Break: the LineFormatter now strips newlines by default because this was a bug, set $allowInlineLineBreaks to true if you need them
- Added BrowserConsoleHandler to send logs to any browser's console via console.log() injection in the output
- Added FilterHandler to filter records and only allow those of a given list of levels through to the wrapped handler
- Added FlowdockHandler to send logs to a Flowdock account
- Added RollbarHandler to send logs to a Rollbar account
- Added HtmlFormatter to send prettier log emails with colors for each log level
- Added GitProcessor to add the current branch/commit to extra record data
- Added a Monolog\Registry class to allow easier global access to pre-configured loggers
- Added support for the new official graylog2/gelf-php lib for GelfHandler, upgrade if you can by replacing the mlehner/gelf-php requirement
- Added support for HHVM
- Added support for Loggly batch uploads
- Added support for tweaking the content type and encoding in NativeMailerHandler
- Added $skipClassesPartials to tweak the ignored classes in the IntrospectionProcessor
- Fixed batch request support in GelfHandler
download
unix · zip
curl -fL -o 1.8.0.zip https://ratatoskr.space/pkg/seldaek-monolog/1.8.0.zip
printf '%s %s\n' '78e5771124932cc04440406c8eea23ebb2dbe091d03193d084615b8dcdc0af8d' '1.8.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.8.0.zip"
$out = "1.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "78e5771124932cc04440406c8eea23ebb2dbe091d03193d084615b8dcdc0af8d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.8.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.8.0.tar.gz
printf '%s %s\n' 'a7ddbfabf3134ee88494f6d5fc9de9516579209cf849e3a3382f77a4328bc7ed' '1.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.8.0.tar.gz"
$out = "1.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7ddbfabf3134ee88494f6d5fc9de9516579209cf849e3a3382f77a4328bc7ed") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.8.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.8.0.zip
printf '%s %s\n' '78e5771124932cc04440406c8eea23ebb2dbe091d03193d084615b8dcdc0af8d' '1.8.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.8.0.zip"
$out = "1.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "78e5771124932cc04440406c8eea23ebb2dbe091d03193d084615b8dcdc0af8d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.8.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.8.0.tar.gz
printf '%s %s\n' 'a7ddbfabf3134ee88494f6d5fc9de9516579209cf849e3a3382f77a4328bc7ed' '1.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.8.0.tar.gz"
$out = "1.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7ddbfabf3134ee88494f6d5fc9de9516579209cf849e3a3382f77a4328bc7ed") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.8.0.zip | zip | 154.6 KiB |
blake3-24 fcddd029f195024b472edeec48c2edbaf85dabb44569dc8e
sha256 78e5771124932cc04440406c8eea23ebb2dbe091d03193d084615b8dcdc0af8d
sha1 c6655bac03f5e04bc26c2bbadb2daf4d0fa01f5c
|
| 1.8.0.tar.gz | tar.gz | 71.2 KiB |
blake3-24 d9e400c6e8aa70667a005a2ead993d5a89c8dca5e0f7f26b
sha256 a7ddbfabf3134ee88494f6d5fc9de9516579209cf849e3a3382f77a4328bc7ed
sha1 7ab5645d9670b076f9b3091fcea5968502a42a78
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.8.0.tar.gz"],
integrity = "sha256-p92/q/MTTuiElPbV/J3pUWV5IJz4SeOjOC93pDKLx+0=",
strip_prefix = "seldaek-monolog-1.8.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.8.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.8.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.8.0.tar.gz"],
integrity = "sha256-p92/q/MTTuiElPbV/J3pUWV5IJz4SeOjOC93pDKLx+0=",
strip_prefix = "seldaek-monolog-1.8.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.8.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.8.0