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

Search results for "module:File::Log"

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

Log::ErrLogger - Log errors and error-like events River stage zero No dependents

Log::ErrLogger provides a means of logging errors and error-like events (such as warnings and unexpected situations) when printing to STDERR just will not do. Error-like events are classified by a severity (see "ERROR SEVERITIES" below). Programs ins...

WORENKD/Log-ErrLogger-1.5 - 23 Sep 1999 21:42:08 UTC

IO::File::Log - IO::File abstraction on logging files River stage zero No dependents

Under this discussion, a log file refers to the classical notion of a daemon's log file, that is, a file that can be appended to at any time or that can be "rotated" (ie, the original file can be "rename()"d and a new file with the same name created ...

LUISMUNOZ/IO-File-Log-1.01 - 08 Aug 2002 17:51:23 UTC

Log::Deep::File - Object for keeping track of info related to a log file. River stage one • 1 direct dependent • 1 total dependent

IVANWILLS/Log-Deep-v0.3.5 - 27 Jul 2015 06:46:11 UTC

VUser::Log::File - File log module River stage two • 13 direct dependents • 13 total dependents

Log to a file. VUser::Log::File allows the file to be moved or rotated without stopping while vuser is running. (This is especially important if you are using vsoapd.) The missing file will be recreated as needed....

RSMITH/vuser-0.5.0 - 04 Feb 2009 05:43:58 UTC

Badger::Log::File - writes log messages to a log file River stage one • 4 direct dependents • 6 total dependents

This module is a subclass of Badger::Log that implements a simple mechanism for logging messages to a file. It uses Badger::Filesystem for all the underlying file operations....

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC

Log::File::Rolling - Log to date/time-stamped files River stage one • 1 direct dependent • 1 total dependent

This module was forked from the Log::Dispatch::File::Rolling to add the symlink feature and fix a few other minor issues (see the "Changes" file for details). Similar to the original, this module should also have these properties: fork()-safe This mo...

FRACTAL/Log-File-Rolling-0.101 - 21 Mar 2016 21:53:25 UTC

Metabrik::Log::File - log::file Brik River stage zero No dependents

GOMOR/Metabrik-Repository-1.44 - 11 Aug 2023 15:22:31 UTC

XAS::Lib::Log::File - A class for logging to files River stage one • 6 direct dependents • 6 total dependents

This module logs to a file....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

Log::Dispatch::File - Object for logging to files River stage four • 134 direct dependents • 1049 total dependents

This module provides a simple object for logging to files under the Log::Dispatch::* system. Note that a newline will *not* be added automatically at the end of a message by default. To do that, pass "newline => 1". NOTE: If you are writing to a sing...

DROLSKY/Log-Dispatch-2.71 - 06 Apr 2023 03:52:59 UTC

Paranoid::Log::File - File Logging Functions River stage one • 4 direct dependents • 4 total dependents

This provides a mechanism to log to log files. It will log arbitrarily long text, but also provides a syslog mode which limits log lines to 2048 and precedes text with the standard syslog preamble (date/time, host, process name/PID). The only mandato...

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

Log::ger::Output::File - Send logs to file River stage three • 3 direct dependents • 480 total dependents

This is a plugin to send logs to a file, with some options. File will be opened with append mode. A lock can be requested at every write, or when opening the file. By default, filehandle will be flushed after each log....

PERLANCAR/Log-ger-Output-File-0.012 - 11 Mar 2020 12:20:15 UTC

Log::Any::Adapter::File - Simple adapter for logging to files River stage three • 285 direct dependents • 777 total dependents

This simple built-in Log::Any adapter logs each message to the specified file, with a datestamp prefix and newline appended. The file is opened for append with autoflush on. If "flock" is available, the handle will be locked when writing. The "log_le...

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC

POE::Declare::Log::File - A simple HTTP client based on POE::Declare River stage one • 1 direct dependent • 1 total dependent

This module provides a simple logging module which spools output to a file, queueing and batching messages in memory if the message rate exceeds the responsiveness of the filesystem. The implementation is intentionally minimalist and has no dependenc...

ADAMK/POE-Declare-Log-File-0.01 - 14 Jul 2011 07:17:40 UTC

Log::Fine::Handle::File - Output log messages to a file River stage zero No dependents

Log::Fine::Handle::File provides logging to a file. Note that this module will log messages to a specific file. Support for dynamic time-stamps in file names (e.g., "myapp-080523.log") is provided by Log::Fine::Handle::File::Timestamp. Further featur...

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

Log::Agent::File::Rotate - a rotating logfile set River stage zero No dependents

This class represents a rotating logfile and is used drivers wishing to rotate their logfiles periodically. From the outside, it exports a single "print" routine, just like "Log::Agent::File::Native". Internally, it uses the parameters given by a "Lo...

MROGASKI/Log-Agent-Rotate-1.201 - 12 Apr 2021 01:05:14 UTC

Log::Agent::File::Native - low-overhead IO::File River stage one • 7 direct dependents • 7 total dependents

This class is a stripped down implementation of IO::File, to avoid using the IO::* hierarchy which does not work properly for my simple needs. make *glob* This is the creation routine. Encapsulates the *glob* reference so that we can use object-orien...

MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC

Log::Agent::Driver::File - file logging driver for Log::Agent River stage one • 7 direct dependents • 7 total dependents

The file logging driver redirects logxxx() operations to specified files, one per channel usually (but channels may go to the same file). The creation routine make() takes the following arguments: "-channels" => *hash ref* Specifies where channels go...

MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC

Device::Modem::Log::File - Text files logging plugin for Device::Modem class River stage one • 2 direct dependents • 3 total dependents

This is meant for an example log class to be hooked to "Device::Modem" to provide one's favourite logging mechanism. You just have to implement your own "new()", "write()" and "close()" methods. Default text file is "/tmp/modem.log". On Windows platf...

COSIMO/Device-Modem-1.59 - 15 Jun 2020 07:24:02 UTC

Log::Agent::Channel::File - file logging channel for Log::Agent River stage one • 7 direct dependents • 7 total dependents

The file channel performs logging to a file, along with the necessary prefixing and stamping of the messages. Internally, the "Log::Agent::Driver::File" driver creates such objects for each logging channel defined at driver creation time. The creatio...

MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC
131 results (0.044 seconds)