The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

Log::Message::Simple - Simplified interface to Log::Message River stage three • 3 direct dependents • 739 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 - Search in distribution

Tie::LogFile - Simple Log Autoformating River stage zero No dependents

This module provides a quick and simple way to print out a log file with a repetative format. In many of my projects I had something like this: sub logit { print $LOG scalar localtime, @_; } This is less than flexible, and still lends itself to logli...

CREIN/Tie-LogFile-0.1 - 16 Oct 2002 10:14:11 UTC - Search in distribution

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 - Search in distribution

Mojo::Log - Simple logger River stage four • 980 direct dependents • 1098 total dependents

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

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC - Search in distribution

Authen::Simple::Log - Simple log class River stage two • 23 direct dependents • 30 total dependents

Default log class for Authen::Simple...

CHANSEN/Authen-Simple-0.5 - 19 Apr 2012 17:01:48 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Paranoid::Log - Log Functions River stage one • 5 direct dependents • 9 total dependents

Paranoid::Log provides a logging and message distribution framework that's modeled heavily on *syslog*. It follows *syslog* in that it allows one to log messages at various levels of severity and have those messages distributed across multiple log me...

CORLISS/Paranoid-2.10 - 09 Mar 2022 07:02:07 UTC - Search in distribution

Crane::Logger - Log manager River stage zero No dependents

Simple log manager with six log levels. Supports auto split messages by "end of line" and dump references using Data::Dumper. Log entry Each log entry looks like ... [2013-12-30 02:36:22 +0400 1388356582] Hello, world! ... and contains: Date Date in ...

TEMOON/Crane-1.03.0011 - 04 Mar 2014 12:28:26 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Coro::MP - erlang-style multi-processing/message-passing framework River stage zero No dependents

This module (-family) implements a simple message passing framework. Despite its simplicity, you can securely message other processes running on the same or other hosts, and you can supervise entities remotely. This module depends heavily on AnyEvent...

MLEHMANN/Coro-MP-0.1 - 06 Oct 2009 01:41:06 UTC - Search in distribution

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 - Search in distribution

App::MonM - Simple monitoring tool River stage zero No dependents

Simple monitoring tool FEATURES Checking availability of sites (http/https) Checking of database health (DBI) Checking internal and external counters using system commands and tools (command) Supports SMTP, POP3, FTP, SSH protocols, and etc. Interfac...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Wurm - Simple. Easy. Crawls in your teeth. Web framework. Did I mention it was a web framework? Another one. River stage zero No dependents

Wurm implements a fold-r Plack web application container. It is meant for quickly building PSGI-based applications using a multiple dispatch pattern that is driven by anonymous sub-routines. Requests are passed down a set of handlers based on "PATH_I...

PRAVUS/Wurm-0.0.8 - 04 Apr 2017 14:07:19 UTC - Search in distribution

Log::Simplest - Simple log module. Writes log messages to file and/or STDERR. River stage zero No dependents

DMYTRO/Log-Simplest-1.0 - 21 Mar 2009 02:32:56 UTC - Search in distribution

SeeAlso::Logger - log requests to a SeeAlso Simple service River stage one • 2 direct dependents • 2 total dependents

This class provides the log method to log successful requests to a SeeAlso Simple service. You can write logs to a file and/or handle them by a filter method....

VOJ/SeeAlso-Server-0.71 - 20 Mar 2013 13:24:55 UTC - Search in distribution
842 results (0.219 seconds)