Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.063.798 Times

Turnstone Log Cabins software
Filter: All | Freeware | Demo
 

Turnstone Log Cabins

< 1 2 3 4 5 > 
Added: August 05, 2010 | Visits: 955

Log::Delimited 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 (94): Log::Delimited Download

Added: October 11, 2010 | Visits: 817

Log::Localized 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 (87): Log::Localized Download

Added: April 07, 2010 | Visits: 1.191

IPTables log analizer 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 (111): IPTables log analizer Download

Added: July 26, 2010 | Visits: 790

Log::Log4perl::JavaMap 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 (87): Log::Log4perl::JavaMap Download

Added: July 09, 2010 | Visits: 1.143

Log::Log4perl::Layout::XMLLayout 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 (101): Log::Log4perl::Layout::XMLLayout Download

Added: January 18, 2010 | Visits: 1.592

Strato Log 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 (103): Strato Log Download

Added: October 26, 2010 | Visits: 802

Log::Log4perl::AutoCategorize 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 (89): Log::Log4perl::AutoCategorize Download

Added: February 10, 2010 | Visits: 816

log-malloc 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 -fPIC...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): log-malloc Download

Added: May 23, 2010 | Visits: 1.432

Log::Dispatch::File::Rolling 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 (93): Log::Dispatch::File::Rolling Download

Added: October 22, 2010 | Visits: 1.089

Log::Dispatch::File::Alerts 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 (92): Log::Dispatch::File::Alerts Download

Added: November 07, 2010 | Visits: 905

SVK::Log::Filter::Babelfish 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 (89): SVK::Log::Filter::Babelfish Download

Added: June 18, 2010 | Visits: 851

SVK::Log::Filter::Mndrix 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 (86): SVK::Log::Filter::Mndrix Download

Added: January 25, 2010 | Visits: 1.139

Log::Log4perl::DateFormat 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 (88): Log::Log4perl::DateFormat Download

Added: March 14, 2010 | Visits: 1.106

Log::Log4perl::FAQ 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 (102): Log::Log4perl::FAQ Download

Added: August 06, 2010 | Visits: 1.197

Log::Log4perl::Layout::PatternLayout 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 (105): Log::Log4perl::Layout::PatternLayout Download

Added: November 14, 2010 | Visits: 846

Log::Log4perl::Appender::RRDs 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 (91): Log::Log4perl::Appender::RRDs Download

Added: July 15, 2010 | Visits: 698

Log::Log4perl Log::Log4perl is a Log4j implementation for Perl. SYNOPSIS # Easy mode if you like it simple ... use Log::Log4perl qw(:easy); Log::Log4perl->easy_init($ERROR); DEBUG "This doesnt go anywhere"; ERROR "This gets logged"; # ... or standard mode for more features:...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): Log::Log4perl Download

Added: January 22, 2010 | Visits: 1.947

SVN::Log::Index SVN::Log::Index is a Perl module that can index and search over Subversion commit logs. SYNOPSIS my $index = SVN::Log::Index->new({ index_path => /path/to/index }); if($creating) { # Create from scratch if necessary $index->create({ repo_url => url://for/repo }); } $index->open(); # And...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (109): SVN::Log::Index Download

Added: March 10, 2010 | Visits: 865

Regexp::Log Regexp::Log is a Perl base class for log files regexp builders. SYNOPSIS my $foo = Regexp::Log::Foo->new( format => custom %a %b %c/%d, capture => [qw( host code )], ); # the format() and capture() methods can be used to set or get $foo->format(custom %g %e %a %w/%s %c);...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Regexp::Log Download

Added: September 23, 2010 | Visits: 1.813

Regexp::Log::BlueCoat Regexp::Log::BlueCoat is a regexp builder to parse BlueCoat log files. SYNOPSIS my $blue = Regexp::Log::BlueCoat->new( format => %g %e %a %w/%s %b %m %i %u %H/%d %c, capture => [qw( host code )], ); # the format() and capture() methods can be used to set or get $blue->format(%g %e %a...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): Regexp::Log::BlueCoat Download

< 1 2 3 4 5 >