パッケージ: libplack-middleware-logerrors-perl (0.002-1)
libplack-middleware-logerrors-perl に関するリンク
Trisquel の資源:
libplack-middleware-logerrors-perl ソースパッケージをダウンロード:
- [libplack-middleware-logerrors-perl_0.002-1.dsc]
- [libplack-middleware-logerrors-perl_0.002.orig.tar.gz]
- [libplack-middleware-logerrors-perl_0.002-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Jonas Smedegaard
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
- libplack-middleware-logwarn-perl
- libplack-middleware-logany-perl
- libplack-middleware-header-perl
- libplack-perl
- libplack-middleware-expires-perl
- libplack-test-agent-perl
- libplack-middleware-crossorigin-perl
- libplack-middleware-file-sass-perl
- libplack-test-anyevent-perl
- libdancer-logger-psgi-perl
- python-pecan-doc
map psgi.errors to psgix.logger or other logger
psgi.errors defaults to stderr in most backends, which results in content going somewhere unhelpful like the server console.
Plack::Middleware::LogErrors simply remaps the psgi.errors stream to the psgix.logger stream, or an explicit logger that you provide.
This is especially handy when used in combination with other middlewares such as Plack::Middleware::LogWarn (which diverts Perl warnings to psgi.errors); Plack::Middleware::HTTPExceptions (which diverts uncaught exceptions to psgi.errors); and Plack::Middleware::AccessLog, which defaults to psgi.errors when not passed a logger -- which is also automatically applied via plackup (so if you provided no --access-log option indicating a filename, psgi.errors is used).
Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It implements the Perl Server Gateway Interface (PSGI) standard interface, which allows developers to decouple their web application framework from the local web server environment.
その他の libplack-middleware-logerrors-perl 関連パッケージ
|
|
|
-
- dep: libplack-perl
- interface between web servers and Perl web applications
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- enh: libplack-middleware-logwarn-perl
- converts warnings to log messages
-
- enh: libplack-perl
- interface between web servers and Perl web applications