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

Search results for "module:Log::Message::Simple"

Log::Message::Simple - Simplified interface to Log::Message River stage three • 3 direct dependents • 729 total dependents

This module provides standardized logging facilities using the "Log::Message" module....

BINGOS/Log-Message-Simple-0.10 - 23 Jan 2013 08:18:41 UTC

Mojo::Log - Simple logger River stage four • 943 direct dependents • 1041 total dependents

Mojo::Log is a simple logger for Mojo projects....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Log::Pony - Yet another simple logger class River stage one • 1 direct dependent • 1 total dependent

Log::Pony is simple logger class. THIS IS A DEVELOPMENT RELEASE. API MAY CHANGE WITHOUT NOTICE. Log::Pony provides Flexible logging level Flexible output...

TOKUHIROM/Log-Pony-v1.0.1 - 07 Feb 2013 01:57:55 UTC

File::Log - A simple Object Orientated Logger River stage zero No dependents

*File::Log* is a class providing methods to log data to a file. There are a number of parameters that can be passed to allow configuration of the logger....

GNG/File-Log-1.05 - 01 Mar 2008 03:07:51 UTC

SDL2::log - Simple Log Messages with Categories and Priorities River stage zero No dependents

By default, logs are quiet but if you're debugging SDL you might want: SDL_LogSetAllPriority( SDL_LOG_PRIORITY_WARN ); Here's where the messages go on different platforms: Windows: debug output stream Android: log output Others: standard error output...

SANKO/SDL2-FFI-0.08 - 29 Nov 2021 02:01:01 UTC

Log::Basic - Perl extension for simple logging. River stage zero No dependents

Log::Basic displays formatted messages according to the defined verbosity level (default:4). Format Log messages are formatted as: `[<level>] <date> - <message>`. Dates are formatted as: `YYYY-MM-DD hh:mm:ss`. Your message could be whatever you what....

KEUVGRVL/Log-Basic-1.1 - 16 Mar 2016 13:14:14 UTC

Log::Dump - simple logger mainly for debugging River stage one • 3 direct dependents • 5 total dependents

Log::Dump is a simple logger mix-in mainly for debugging. This installs six methods into a caller (the class that "use"d Log::Dump) via Sub::Install. The point is you don't need to load extra dumper modules or you don't need to concatenate messages. ...

ISHIGAKI/Log-Dump-0.14 - 16 Aug 2014 03:49:10 UTC

Log::Stderr - Simple logging to Stderr River stage zero No dependents

This module provides a convenient way to have a timestamped log output on STDERR. It also defines some mnemonic constants that you may want to use to name the log levels (these were shamelessly stolen from the syslog(3) man page) This is a tiny modul...

BRONTO/Log-Stderr-1.01 - 05 Jul 2015 20:46:10 UTC

Su::Log - A simple Logger which filters output by log level and regexp of the target class name. River stage zero No dependents

Su::Log is a simple Logger module. Su::Log has the following features. Narrow down the output by log level. Narrow down the logging target class. Narrow down the output by customized log kind. Customize the log handler function....

LOTTZ/Su-0.110 - 02 Dec 2012 15:33:55 UTC

Log::Mini - It's a very simple logger which can log your messages to a file or STDERR. River stage zero No dependents

Log::Mini is a very simple logger which can log your messages to a file or STDERR. You can have a number of loggers for various log files....

DFE/Log-Mini-0.4.1 - 03 Apr 2024 21:57:44 UTC

AnyEvent::Log - simple logging "framework" River stage three • 409 direct dependents • 668 total dependents

This module implements a relatively simple "logging framework". It doesn't attempt to be "the" logging solution or even "a" logging solution for AnyEvent - AnyEvent simply creates logging messages internally, and this module more or less exposes the ...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

Log::StdLog - A simple log file via a special filehandle River stage one • 2 direct dependents • 2 total dependents

This module provides a very simple kind of log file, with a very simple interface. Messages are logged simply by printing to *STDLOG, which the module exports to any namespace into which it's loaded....

DCONWAY/Log-StdLog-v0.0.3 - 17 Feb 2006 05:03:33 UTC

BusyBird::Log - simple logging infrastructure for BusyBird River stage zero No dependents

BusyBird::Log manages the logger singleton used in BusyBird. This module is used by some of the BusyBird component modules to log warning/error messages....

TOSHIOITO/BusyBird-0.12 - 08 Dec 2014 12:39:02 UTC

Log::Fu - Simplified and developer-friendly screen logging River stage one • 2 direct dependents • 5 total dependents

This is a simple interface for console logging. It provides a few functions, "log_info", "log_debug", "log_warn", "log_crit", and "log_err". They all take strings as arguments, and can take as many arguments as you so desire (so any concatenation is ...

MNUNBERG/Log-Fu-0.31 - 23 Oct 2013 02:13:53 UTC

CGI::Log - Perl extension for centralized logging of debug, error, status and success messages from scripts or other modules. River stage zero No dependents

This module acts as a central repository for debug, status and error messages. It instantiates itself automatically (if it needs to) so you can access the Log object functions from anywhere in you code including other modules/objects with a simple co...

JMOORE/CGI-Log-1.00 - 14 Sep 1998 04:15:38 UTC

Log::LogLite - The Log::LogLite class helps us create simple logs for our application. River stage two • 8 direct dependents • 35 total dependents

In order to have a log we have first to create a "Log::LogLite" object. The c<Log::LogLite> object is created with a logging level. The default logging level is 5. After the "Log::LogLite" object is created, each call to the "write" method may write ...

RANI/Log-LogLite-0.82 - 24 Sep 2002 12:41:24 UTC

Log::ger - A lightweight, flexible logging framework River stage four • 525 direct dependents • 1361 total dependents

Log::ger is yet another logging framework with the following features: * Separation of producers and consumers/listeners Like Log::Any, this offers a very easy way for modules to produce some logs without having to configure anything. Configuring out...

PERLANCAR/Log-ger-0.042 - 23 Feb 2024 01:58:36 UTC

Acme::Ghost::Log - Simple logger River stage zero No dependents

Acme::Ghost::Log is a simple logger for Acme::Ghost logging after daemonization new my $log = Acme::Ghost::Log->new( logopt => 'ndelay,pid', facility => 'user', level => 'debug', ident => 'test.pl', ); With default attributes use Mojo::Log; my $log =...

ABALAMA/Acme-Ghost-1.01 - 26 Jan 2024 16:50:01 UTC

Log::Fine - Yet another logging framework River stage zero No dependents

Log::Fine provides a logging framework for application developers who need a fine-grained logging mechanism in their program(s). By itself, Log::Fine provides a mechanism to get one or more logging objects (called *loggers*) from its stored namespace...

CFUHRMAN/Log-Fine-0.65 - 25 Jun 2016 22:06:02 UTC

Log::Info - Wrapper around Log::Log4perl River stage one • 1 direct dependent • 1 total dependent

This tool is now just a wrapper around Log::Log4perl. The author recommends that you use that module instead; this module is maintained purely to provide a migration path thereto. All documentation for using Log::Info has been excised, except for tha...

FLUFFY/Log-Info-2.00 - 19 Dec 2010 09:03:25 UTC
125 results (0.046 seconds)