Log::LogLite - The Log::LogLite class helps us create simple logs for our application.
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::NullLogLite - The Log::NullLogLite class implements the Null Object pattern for the Log::LogLite class.
The "Log::NullLogLite" class is derived from the "Log::LogLite" class and implement the Null Object Pattern to let us to use the "Log::LogLite" class with null "Log::LogLite" objects. We might want to do that if we use a "Log::LogLite" object in our ...
RANI/Log-LogLite-0.82 - 24 Sep 2002 12:41:24 UTC
Log::Lite - Log info in local file
Module Feature: 1. auto create file named by the first argument. 2. support auto cut log file everyday,everymonth,everyyear. 3. thread safety (open-lock-write-unlock-close everytime). 4. support log/debug/slient mode....
CHENGANG/Log-Lite-0.14 - 06 Dec 2016 01:45:26 UTC
WWW::MLite::Log - WWW::MLite Logging as CTK plugin
WWW::MLite Logging as CTK plugin ident Specifies ident string for each log-record See "ident" in CTK::Log logfd logfd => fileno(STDERR), Sets IO file descriptor See IO::Handle logfile Specifies log file See "file" in CTK::Log...
ABALAMA/WWW-MLite-2.01 - 29 Jun 2019 16:27:36 UTC
Log::Dispatch::Email::MIMELite - Subclass of Log::Dispatch::Email that uses the MIME::Lite module
This is a subclass of Log::Dispatch::Email that implements the send_email method using the MIME::Lite module....
DROLSKY/Log-Dispatch-2.70 - 20 Jul 2020 22:10:16 UTC
Log::Channel - yet another logging package
Allows for code to specify channels for delivery of logging messages, and for users of the code to control the delivery and formatting of the messages. Yes, this is yet another logging module. Some differences between Log::Channel and other logging p...
JMAY/Log-Channel-0.7 - 28 Mar 2005 06:13:02 UTC