Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,6012,610项(搜索用时0.003秒)
devel/Log-Any-Adapter-Dispatch-0.06 (Score: 0.032514982)
Perl extension for adapter to use Log::Dispatch with Log::Any
Adapter to use Log::Dispatch with Log::Any.
devel/Log-Any-Adapter-Log4perl-0.08 (Score: 0.032514982)
Log::Any adapter for Log4perl
This is a port for Log::Any::Adapter::Log4perl, Log::Any's adapter for Log4perl.
devel/MCE-1.802 (Score: 0.032514982)
Many-Core Engine for Perl providing parallel processing capabilities
Many-Core Engine (MCE) for Perl helps enable a new level of performance by maximizing all available cores. MCE spawns a pool of workers and therefore does not fork a new process per each element of data. Instead, MCE follows a bank queuing model. Imagine the line being the data and bank-tellers the parallel workers. MCE enhances that model by adding the ability to chunk the next n elements from the input stream to the next available worker.
devel/Log-Any-Adapter-Syslog-1.5 (Score: 0.032514982)
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-Minimal-0.19 (Score: 0.032514982)
Minimal but customizable logger
Log::Minimal is Minimal but customizable log module.
devel/Log-Any-App-0.53 (Score: 0.032514982)
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: 0.032514982)
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-Simple-1.8 (Score: 0.032514982)
Basic runtime logger
Log::Simple is a Basic runtime logger.
devel/Log-Trace-1.070 (Score: 0.032514982)
Provides a unified approach to tracing
A module to provide a unified approach to tracing.
devel/Log-Contextual-0.006005 (Score: 0.032514982)
Perl extension for simple logging interface with a contextual log
This module is a simple interface to extensible logging. It is bundled with a really basic logger, Log::Contextual::SimpleLogger, but in general you should use a real logger instead of that. For something more serious but not overly complicated, try Log::Dispatchouli (see "SYNOPSIS" for example.) The reason for this module is to abstract your logging interface so that logging is as painless as possible, while still allowing you to switch from one logger to another.