The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Dancer::Logger"

Dancer::Logger - common interface for logging in Dancer River stage three • 214 direct dependents • 218 total dependents

This module is the wrapper that provides support for different logger engines....

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

Dancer::Logger::PSGI - PSGI Log handler for Dancer River stage zero No dependents

This class is an interface between your Dancer's application and psgix.logger. Message will be logged in whatever logger you decided to use in your Plack handler. If no logger is defined, nothing will be logged....

RSIMOES/Dancer-Logger-PSGI-v1.0.1 - 14 Mar 2014 18:27:40 UTC - Search in distribution

Dancer::Logger::Pipe - pipe-based logging engine for Dancer River stage zero No dependents

This is a pipe-based logging engine that allows you to pipe your log output...

MOSHEGOOD/Dancer-Logger-Pipe-0.01 - 11 Jan 2011 19:50:26 UTC - Search in distribution

Dancer::Logger::LogAny - Use Log::Any to control logging from your Dancer app River stage zero No dependents

This module implements a logger engine that send log messages through "Log::Any"....

MDORMAN/Dancer-Logger-LogAny-0.003 - 09 Jan 2015 11:53:20 UTC - Search in distribution

Dancer::Logger::Syslog - Dancer logger engine for Sys::Syslog River stage zero No dependents

This module implements a logger engine that send log messages to syslog, through the Sys::Syslog module....

YANICK/Dancer-Logger-Syslog-0.6 - 12 Mar 2014 00:08:32 UTC - Search in distribution

Dancer::Logger::Spinner - Show a spinner in the console on Dancer log messages! River stage zero No dependents

When using this logger and running your application in the terminal, you will see a text spinner running on each message it gets. If you have a page with a lot of request, and they will come in fast, you'll see the spinner running. If you have an app...

XSAWYERX/Dancer-Logger-ConsoleSpinner-0.02 - 13 Mar 2011 21:58:52 UTC - Search in distribution

Dancer::Logger::LogReport - reroute Dancer logs into Log::Report River stage two • 36 direct dependents • 86 total dependents

The Log::Report exception/translation framework defines a large number of logging back-ends. The same log messages can be sent to multiple destinations at the same time via flexible dispatchers. When you use this logger in your Dancer application, it...

MARKOV/Log-Report-1.36 - 27 Oct 2023 13:07:42 UTC - Search in distribution

Dancer::Logger::Hourlyfile - Rotate writing to log files on an hourly basis River stage zero No dependents

This module will write log entries to a separate file every hour. Like an automated logrotate. It will append YYYYMMDDHH to each hourly logfile name. Specify local time or GMT time. Finally, use the "extended" filename setting to further breakdown by...

JACKB/Dancer-Logger-Hourlyfile-0.07 - 02 Aug 2015 14:10:44 UTC - Search in distribution

Dancer::Logger::LogHandler - Log::Handler wrapper for Dancer River stage zero No dependents

This class is an interface between Dancer's logging engine abstraction layer and the Log::Handler module. In order to use this engine, set the following setting as follow: logger: 'log_handler' This can be done in your config.yml file or directly in ...

FRANCKC/Dancer-Logger-LogHandler-0.01 - 02 Feb 2010 07:48:51 UTC - Search in distribution

Dancer::Logger::ColorConsole - colored console-based logging engine for Dancer River stage zero No dependents

This is a colored console-based logging engine that prints your logs to the console....

AMBS/Dancer-Logger-ColorConsole-0.0005 - 09 Sep 2014 10:05:47 UTC - Search in distribution

Dancer::Logger::File::PerRequest - per-request file-based logging engine for Dancer River stage zero No dependents

Dancer::Logger::File::PerRequest is a per-request file-based logging engine for Dancer. SETTINGS logfile_callback By default, it will be generating YYYYMMDDHHMMSS-$pid-$request_id.log under logs of application dir. the stuff can be configured as * pe...

FAYLAND/Dancer-Logger-File-PerRequest-0.03 - 09 Oct 2014 01:52:30 UTC - Search in distribution

Dancer::Logger::ConsoleAggregator - Dancer Console Logger that aggregates each requests logs to 1 line. River stage zero No dependents

KHUSSEIN/Dancer-Logger-ConsoleAggregator-0.004 - 22 Mar 2012 11:41:02 UTC - Search in distribution

Timed::Logger::Dancer::AdoptPlack - Use Plack Timed::Logger Middleware with Dancer River stage zero No dependents

This module bridges Plack middleware Plack::Middleware::Timed::Logger with Dancer application. It provides method of getting and instance of Timed::Logger to log events. Those events can be later displayed by Plack::Middleware::Debug::Timed::Logger d...

KOLYA/Timed-Logger-Dancer-AdoptPlack-0.0.5 - 03 Oct 2013 04:38:11 UTC - Search in distribution

Plack::Middleware::Debug::Dancer::Logger - Log message from you Dancer's application River stage zero No dependents

CROMEDOME/Dancer-Debug-0.04 - 14 Apr 2024 02:16:19 UTC - Search in distribution
  • Dancer::Debug - Extend Plack::Middleware::Debug with some specific panels for Dancer

lib/Dancer/Logger/Log4perl.pm River stage zero No dependents

This class is an interface between Dancer's logging engine abstraction layer and the Log::Log4perl library. In order to use it, you have to set the "logger" engine to "log4perl". You can use either Log::Log4perl or Log::Log4perl::Tiny. If you want to...

CASAO/Dancer-Logger-Log4perl-0.9.0 - 05 May 2014 13:52:41 UTC - Search in distribution

Dancer2::Logger::Diag - Test::More diag() logging engine for Dancer2 River stage three • 156 direct dependents • 176 total dependents

This logging engine uses Test::More's diag() to output as TAP comments. This is very useful in case you're writing a test and want to have logging messages as part of your TAP....

CROMEDOME/Dancer2-1.1.0 - 12 Dec 2023 01:29:05 UTC - Search in distribution

Dancer2::Logger::Radis - Dancer2 logger engine for Log::Radis River stage zero No dependents

Radis (from *Radio* and *Redis*) is a concept of caching GELF messages in a Redis DB. Redis provides a *reliable queue* via the *(B)RPOPLPUSH* command. See <http://redis.io/commands/rpoplpush> for more information about that mechanism. The implementa...

ZURBORG/Dancer2-Logger-Radis-0.002 - 24 Jun 2016 07:49:23 UTC - Search in distribution

Dancer2::Logger::Fluent - Dancer2 logger engine for Fluent::Logger River stage zero No dependents

Implements a structured event logger for Fluent via Fluent::Logger. When a connection to the "fluentd" agent can't be established, messages are "queued" internally. These messages will be flushed upon subsequent calls to "log()", as soon as a connect...

ATANCASIS/Dancer2-Logger-Fluent-0.06 - 25 Jan 2017 00:43:41 UTC - Search in distribution

Dancer2::Logger::Syslog - Dancer2 logger engine for Sys::Syslog River stage zero No dependents

This module implements a logger engine that sends log messages to syslog, through the Sys::Syslog module. Note: You might want to use Dancer2::Logger::LogReport instead, which contains a syslog dispatcher, but is much more powerful than this module....

ABEVERLEY/Dancer2-Logger-Syslog-0.5 - 11 Feb 2017 09:11:57 UTC - Search in distribution

Dancer2::Logger::Multiplex - Log to multiple Dancer2::Logger engines River stage zero No dependents

Implements a multiplexing logger engine to dispatch logs to multiple backend Dancer2::Core::Role::Logger engines....

ATANCASIS/Dancer2-Logger-Multiplex-0.02 - 21 Jan 2017 07:43:39 UTC - Search in distribution
43 results (0.075 seconds)