









Serving Software Downloads in 976 Categories, Downloaded 31.027.434 Times
Log::Delimited is a simple module to help log results. SYNOPSIS #!/usr/bin/perl -w use strict; use Log::Delimited; my $log = Log::Delimited->new({ log_cols => [url, step, elapsed], log_info => [http://slap.com/cgi-bin/slow_script, step 1, 99993.0923], })->log; $log->{log_info} =...
Platforms: *nix
License: Freeware | Size: 4.1 KB | Download (75): Log::Delimited Download |
Log::Localized is a Perl module to localize your logging. SYNOPSIS What you most probably want to do is something like: package Foo; use Log::Localized; sub bar { # this message will be displayed if method bars verbosity is >= 1 llog(1,"running bar()"); } # this message will be...
Platforms: *nix
License: Freeware | Size: 19.46 KB | Download (71): Log::Localized Download |
polliwog is a Java-based Web-log processing tool/application that creates a website about your website visitors. Whilst most log processors focus on hits and pages, polliwog is more visit oriented. polliwog is more flexible than most processors. It provides an object model that represents the...
Platforms: *nix
License: Freeware | Size: 2.3 MB | Download (74): polliwog Download |
IPTables log analizer displays Linux 2.4 iptables logs (rejected, acepted, masqueraded packets...) in a nice HTML page (it support rough netfilter logs but also Shorewall and Suse Firewall logs). This page shall be easy to read and understand to reduce the manual analysis time. This page...
Platforms: *nix
License: Freeware | Size: 307.2 KB | Download (95): IPTables log analizer Download |
Log::Log4perl::JavaMap is a Perl module that maps java log4j appenders to Log::Dispatch classes. SYNOPSIS ############################### log4j.appender.FileAppndr1 = org.apache.log4j.FileAppender log4j.appender.FileAppndr1.File = /var/log/onetime.log log4j.appender.FileAppndr1.Append =...
Platforms: *nix
License: Freeware | Size: 225.28 KB | Download (71): Log::Log4perl::JavaMap Download |
Log::Log4perl::Layout::XMLLayout is an XML Layout. SYNOPSIS use Log::Log4perl::Layout::XMLLayout; my $app = Log::Log4perl::Appender->new("Log::Log4perl::Appender::File"); my $logger = Log::Log4perl->get_logger("abc.def.ghi"); $logger->add_appender($app); # Log with LocationInfo my...
Platforms: *nix
License: Freeware | Size: 6.14 KB | Download (70): Log::Log4perl::Layout::XMLLayout Download |
Strato Log Download is a small Perl script intended to download logfiles from Web accounts from Strato hosted sites. The problem is that the normal download interface is interactive, and that only about six weeks are kept on the server. So without scripting, youre likely to lose valuable log...
Platforms: *nix
License: Freeware | Size: 6.14 KB | Download (82): Strato Log Download |
Log::Log4perl::AutoCategorize - extended Log::Log4perl logging. ABSTRACT Log::Log4perl::AutoCategorize extends Log::Log4perls (l4p) easy mode, adding 2 main features; 1. extended, automatic, transparent categorization capabilities a. logging category <-...
Platforms: *nix
License: Freeware | Size: 40.96 KB | Download (72): Log::Log4perl::AutoCategorize Download |
Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including XML taglibs, XSLT rendering, and new events...
Platforms: *nix
License: Freeware | Size: 512 KB | Download (78): Apache::ASP Download |
log-malloc is a simple malloc/free logger. It is very small and has no dependencies. No configuration is necessary. log-malloc project logs parameters, return values, and the call stack. There is no need to rebuild the application that will be logged. Build: gcc -nostartfiles –shared...
Platforms: *nix
License: Freeware | Size: 4.1 KB | Download (72): log-malloc Download |
Log::Dispatch::File::Rolling is a Perl object for logging to date/time/pid stamped files. SYNOPSIS use Log::Dispatch::File::Rolling; my $file = Log::Dispatch::File::Rolling->new( name => file1, min_level => info, filename => Somefile%d{yyyyMMdd}.log, mode => append ); $file->log(...
Platforms: *nix
License: Freeware | Size: 5.12 KB | Download (76): Log::Dispatch::File::Rolling Download |
Log::Dispatch::File::Alerts is a Perl object for logging to alert files. SYNOPSIS use Log::Dispatch::File::Alerts; my $file = Log::Dispatch::File::Alerts->new( name => file1, min_level => emerg, filename => Somefile%d{yyyy!!!!}.log, mode => append ); $file->log( level => emerg,...
Platforms: *nix
License: Freeware | Size: 5.12 KB | Download (71): Log::Dispatch::File::Alerts Download |
Elastic Webeditor is Perl script that alows users to edit their home pages online. Administration is also implemented. It supports plugins like tar viewer, CheckLinks log processor and others. This programs main feature is that you need only one unix style account.. Get Elastic Webeditor at...
Platforms: *nix
License: Freeware | Size: 35.84 KB | Download (73): Elastic Webeditor Download |
Dive Into Python is a free Python tutorial, written by Mark Pilgrim. Dive Into Python book lives at http://diveintopython.org/. If youre reading it somewhere else, you may not have the latest version. Permission is granted to copy, distribute, and/or modify this document under the terms of...
Platforms: *nix
License: Freeware | Download (75): Dive Into Download |
SVK::Log::Filter::Babelfish is a Perl module to translate logs to various natural languages. SYNOPSIS > svk log --filter babelfish de //mirror/project/trunk ---------------------------------------------------------------------- r1234 (orig r456): author | 2006-05-15 09:28:52 -0600 Dieses...
Platforms: *nix
License: Freeware | Size: 5.12 KB | Download (73): SVK::Log::Filter::Babelfish Download |
SVK::Log::Filter::Mndrix - my pretty-ish output format. SYNOPSIS > svk log --output mndrix -l3 -q 4353 mndrix 3-Aug-2006 Refactor log filters for a cleaner implementation 4351 glasser 2-Aug-2006 In SVK::Root::Checkout, add a list of unimplemented 4350 clkao 2-Aug-2006 Make nearest_copy...
Platforms: *nix
License: Freeware | Size: 6.14 KB | Download (70): SVK::Log::Filter::Mndrix Download |
Log::Log4perl::DateFormat is a Log4perl advanced date formatter helper class. SYNOPSIS use Log::Log4perl::DateFormat; my $format = Log::Log4perl::DateFormat->new("HH:mm:ss,SSS"); # Simple time, resolution in seconds my $time = time(); print $format->format($time), "n"; # =>...
Platforms: *nix
License: Freeware | Size: 225.28 KB | Download (71): Log::Log4perl::DateFormat Download |
Log::Log4perl::FAQ is a Perl module that contains Frequently Asked Questions (FAQ) on Log::Log4perl. This FAQ shows a wide variety of commonly encountered logging tasks and how to solve them in the most elegant way with Log::Log4perl. Most of the time, this will be just a matter of smartly...
Platforms: *nix
License: Freeware | Size: 225.28 KB | Download (73): Log::Log4perl::FAQ Download |
Log::Log4perl::Layout::PatternLayout Perl module contains a pattern layout. SYNOPSIS use Log::Log4perl::Layout::PatternLayout; my $layout = Log::Log4perl::Layout::PatternLayout->new( "%d (%F:%L)> %m"); Creates a pattern layout according to...
Platforms: *nix
License: Freeware | Size: 225.28 KB | Download (75): Log::Log4perl::Layout::PatternLayout Download |
Log::Log4perl::Appender::RRDs is a log to a RRDtool Archive. SYNOPSIS use Log::Log4perl qw(get_logger); use RRDs; my $DB = "myrrddb.dat"; RRDs::create( $DB, "--step=1", "DS:myvalue:GAUGE:2:U:U", "RRA:MAX:0.5:1:120"); print time(), "n"; Log::Log4perl->init(qq{ log4perl.category =...
Platforms: *nix
License: Freeware | Size: 215.04 KB | Download (73): Log::Log4perl::Appender::RRDs Download |