Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第17,50117,510项(搜索用时0.01秒)
devel/Log-Any-Adapter-Syslog-1.5 (Score: 7.739885E-4)
Send Log::Any logs to syslog
Log::Any is a generic adapter for writing logging into Perl modules; this adapter uses the Unix::Syslog module to direct that output into the standard Unix syslog system.
devel/Log-Any-App-0.53 (Score: 7.739885E-4)
Easy way to use Log::Any in applications
This Perl module simplifies usage of Log::Any-aware modules in applications.
devel/Log-Any-IfLOG-0.08 (Score: 7.739885E-4)
Load Log::Any only if LOG environment variable is true
Log::Any::IfLOG will load Log::Any only when LOG environment variable is true. Otherwise, the module is not loaded and if user imports $log, a dumb object will be returned instead that will accept any method but return false. This is a quick-hack solution to avoid the cost of loading Log::Any under "normal condition" (when LOG is not set to true).
devel/Log-Dispatch-Array-1.003 (Score: 7.739885E-4)
Log events to an array (reference)
This provides a Log::Dispatch log output system that appends logged events to an array reference. This is probably only useful for testing the logging of your code.
devel/Mac-FileSpec-Unixish-1.12 (Score: 7.739885E-4)
Perl module with functions to manipulate pathspecs in Unixish style
Mac::FileSpec::Unixish provides two functions, `nativize' and `unixify' (both of which are exported by default), that will allow you to denote and manipulate pathspecs in Unixish style, and let you convert these pathspecs to and from the native OS's format for conveying such things. It currently assumes that if you are not running under MacOS (as reported in `$^O'), you must be on a Unix box. If you want better, use File::Spec -- in essence, Mac::FileSpec::Unixish is a cheap hack to get around using File::Spec.
Log to array, with some limits applied
Log::Dispatch::ArrayWithLimits functions similarly to Log::Dispatch::Array, with a few differences: - only the messages (strings) are stored - allow specifying array variable name (e.g. "My::array" instead of \@My:array) This makes it possible to use in Log::Log4perl configuration, which is a text file. - can apply some limits Currently only max_elems (the maximum number of elements in the array) is available. Future limits will be added (see "TODO"). Logging to an in-process array can be useful when debugging/testing, or when you want to let users of your program connect to your program to request viewing the ogs being produced.
devel/Log-Dispatch-Colorful-0.03 (Score: 7.739885E-4)
Perl extension for logging to screen
Log::Dispatch::Colorful provides an object for logging to the screen.
devel/Log-Dispatch-Config-1.04 (Score: 7.739885E-4)
Log4j equivalent for Perl
Log::Dispatch::Config is a subclass of Log::Dispatch and provides a way to configure Log::Dispatch object with configuration file (default, in AppConfig format). This is almost a log4j equivalent for Perl, not with all API compatibility though.
devel/Log-Dispatch-DBI-0.02 (Score: 7.739885E-4)
Log::Dispatch output class for logging to database via DBI interface
Log::Dispatch::DBI is a subclass of Log::Dispatch::Output, which inserts logging output into relational database using DBI interface.
Configurator implementation with Config::Any
Log::Dispatch::Config is a wrapper for Log::Dispatch and provides a way to configure Log::Dispatch objects with configuration files. Somewhat like a lite version of log4j and Log::Log4perl it allows multiple log destinations. The standard configuration file format for Log::Dispatch::Config is AppConfig. This module plugs in to Log::Dispatch::Config and allows the use of other file formats, in fact any format supported by the Config::Any module. As a bonus you can also pass in a configuration data structure instead of a file name.